Releases: imi-bigpicture/opentile
Releases · imi-bigpicture/opentile
0.15.0
0.14.0
Added
- Property
compressed_size
returning the size of all frames, with jpeg headers if separated.
0.13.4
Fixed
- Added
APERIO_JP2000_YCBC
as supported compression format for svs files.
0.13.3
Fixed
- Relaxed numpy requirement.
0.13.2
Fixed
- Rounding error when calculating level pyramid index if downsampled image size was rounded up.
0.13.1
Fixed
- Fix for not closing file handle when
OpenTile.open()
is not used as a context manager.
0.13.0
Changed
- More efficient
OpenTile.open()
by reusing theTiffFile
instance.
Removed
OpenTile.get_tiler()
method removed. UseOpenTile.detect_format()
to get the format of a file orOpenTile.open()
to get an opened instance of a tiler instead.
Fixed
- Missing to close file handle when using
OpenTile.open()
orOpenTile.detect_format()
.
0.12.0
Added
- Support for opening files using fsspec.
0.11.2
Fixed
- Updated
ome-types
to 0.5.0.
0.11.0
Changed
- Return iterators of tiles instead of lists.
- Encode Jpeg and Jpeg 2000 using imagecodecs.