- Rename jpeg0xc3 to jpegsof3. - Add optional JPEG LS codec via CharLS. - Fix missing alpha values in jxr_decode. - Fix decoding JPEG SOF3 with multiple DHTs.
2018.10.22
- Add Blosc codec via libblosc.
2018.10.21
- Builds on Ubuntu 18.04 WSL. - Include liblzf in srcdist. - Do not require CreateDecoderFromBytes patch to jxrlib.
2018.10.18
- Rename tiffile package to tifffile.
2018.10.17
- Add JPEG SOF3 decoder based on jpg_0XC3.cpp.
2018.10.10
- Read ZIF, the Zoomable Image Format (WIP). - Decode YCbCr JPEG as RGB (tentative). - Improve restoration of incomplete tiles. - Allow to write grayscale with extrasamples without specifying planarconfig. - Enable decoding of PNG and JXR via imagecodecs. - Deprecate 32-bit platforms (too many memory errors during tests).