0.10.4
This s an important release because it fixes two bugs in the wavelet transform used during the encoding; see pull request #126.
- One of these conditions is not common, and can happen when the image origin is not at {0,0} (-image_offset is not {0,0}) and there are enough decomposition levels such that the coarser resolutions have one row.
- The other happens when you have enough decomposition levels such that coarser resolutions have two rows only.
There is also a change in how tile dimensions are calculated when they are not specified; see pull request #125. This happens if the origin is not at {0,0} (-image_offset is not {0,0}), which is not common for most users. It is not a bug, but, I think, the new design is better.
What's Changed
- trivial typo fixes by @bradh in #117
- add getter for TLM marker request by @bradh in #118
- make comment_exchange string const by @bradh in #119
- add accessors for tilepart division by @bradh in #120
- include ojph_arch.h in ojph_codestream.h and ojph_params.h to compensate for OJPH_EXPORT definition by @bradh in #123
- Update ojph_codestream_local.cpp, fix typo by @atzlinux in #124
- This fixes tile_size calculation. by @aous72 in #125
- Fixing irv97 transform by @aous72 in #126