- Update copyright year. - Do not install package if Cython extension fails to build. - Fix compiler warnings.
2018.12.16
- Reallocate LZW buffer on demand. - Ignore integer type output arguments for codecs returning images.
2018.12.12
- Enable decoding of subsampled J2K images via conversion to RGB. - Enable decoding of large JPEG using patched libjpeg-turbo. - Switch to Cython 0.29, language_level=3.
2018.12.1
- Add J2K encoder (WIP). - Use ZStd content size 1 MB if it cannot be determined. - Use logging.warning instead of warnings.warn or print.
2018.11.8
- Decode LSB style LZW. - Fix last byte not written by LZW decoder (bug fix). - Permit unknown colorspaces in JPEG codecs (e.g. CFA used in TIFF).
2018.10.30
- Add JPEG 8-bit and 12-bit encoders. - Improve color space handling in JPEG codecs.