Releases: imi-bigpicture/opentile
Releases · imi-bigpicture/opentile
0.6.0
Changed
- Added Python 3.11 as supported version.
0.5.0
Changed
- get_tiles() changed from list comprehension of get_tile to sequentially read all tiles and then process them. This allows all tiles to be read with the same file lock improving threading performance.
0.4.2
Fixed
- Use PHOTOMETRIC-enum from tifffile for photometric interpretation.
- Update imagecodecs to 2022.9.26.
0.4.1
Fixed
- Added missing tag in Philips tiff tiler.
0.4.0
Added
- Support for 3DHISTECH tiff files.
- Tiler-property
icc_profile
returning icc profile if found in file.
Changed
- tifffile minimun version set to 2022.5.4.
- Replaced Dict property
properties
of tilers with propertymetadata
of Metadata-class.
Fixed
- Use
COMPRESSION
-enum from TiffFile for compression type checks. - Decompress jpeg data to RGB instead of BGR when using turbojpeg.
0.3.0
Added
- Scripts and github actions for downloading test data.
- Properties photometric_interpretation, subsampling, and samples_per_pixel for OpenTilePage.
- enter and exit for Tiler.
- version added.
Changed
- Dropped support for python 3.7.
Fixed
- Generation of blank tiles for philips tiff.
- Border appearing when cropping one-frammed ndpi pages.
- Even more descriptive error when jpeg crop fails.
0.2.0
Added
- Support for svs overview and label images.
Changed
- More descriptive error when jpeg crop fails.
Fixed
- Jpeg tables are not duplicated.
- Return j2k and not jp2 when encoding jpeg2000.
0.1.1
Fixed incorrect pixel spacing (mm per pixel) and mpp (micrometer per pixel).
0.1.0
First release of opentile.