- Add plots for GlobalsLif, SimfcsV3draw, and VistaIfli. - Support Python 3.7 and numpy 1.15. - Move modules into lfdfiles package.
2019.1.20
- Add more pixel formats to JPEG XR codec. - Add JPEG XR encoder.
2019.1.14
- Add optional ZFP codec via zfp library. - Add numpy NPY and NPZ codecs. - Fix some static codechecker errors.
2019.1.4
- Fix decoding deflate without imagecodecs.
2019.1.1
- Update copyright year. - Require imagecodecs >= 2018.12.16. - Do not use JPEG tables from keyframe. - Enable decoding large JPEG in NDPI. - Decode some old-style JPEG. - Reorder OME channel axis to match PlanarConfiguration storage. - Return tiled images as contiguous arrays. - Add decode_lzw proxy function for compatibility with old czifile module. - Use dedicated logger.
2018.12.16
- Reallocate LZW buffer on demand. - Ignore integer type output arguments for codecs returning images.