Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Nov 13, 2023
1 parent 9357662 commit 71c1d3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [0.2.1] - 2023-11-13

* Add installation part to CMakeLists.txt
* Allow space between comma separated input file names

# [0.2.0] - 2023-11-02

* Fix wrong treatment of bit-depth (Ssiz) for images having signed pixel values in the creation of the QCD marker at encoding.
* Fix wrong shift-up for signed input
* Fix wrong treatment of BPC parameter value in Image Header Bo
* Fix wrong treatment of BPC parameter value in Image Header Box
2 changes: 1 addition & 1 deletion source/core/common/open_htj2k_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define OPENHTJ2K_VERSION_MAJOR 0
#define OPENHTJ2K_VERSION_MINOR 2
#define OPENHTJ2K_VERSION_PATCH 2
#define OPENHTJ2K_VERSION_PATCH 1

0 comments on commit 71c1d3b

Please sign in to comment.