- Fix infinite loop reading more than two tags of same code in IFD. - Delay import of logging module.
2019.7.20
- Fix OME-XML detection for files created by Imaris. - Remove or replace assert statements.
2019.7.2
- Require tifffile 2019.7.2. - Remove some utility functions.
2019.6.18
- Fix reading planar RGB ImageJ files created by Bio-Formats. - Fix reading single-file, multi-image OME-TIFF without UUID. - Presume LSM stores uncompressed images contiguously per page. - Reformat some complex expressions.
2019.5.30
- Ignore invalid frames in OME-TIFF. - Set default subsampling to (2, 2) for RGB JPEG compression. - Fix reading and writing planar RGB JPEG compression. - Replace buffered_read with FileHandle.read_segments. - Include page or frame numbers in exceptions and warnings. - Add Timer class.
2019.5.22
- Add optional YCbCr chroma subsampling to JPEG encoder. - Add default reversible mode to ZFP encoder. - Add imread and imwrite helper functions.