Skip to content

Releases: imi-bigpicture/opentile

0.6.0

25 Jan 07:51
738c79a
Compare
Choose a tag to compare

Changed

  • Added Python 3.11 as supported version.

0.5.0

13 Dec 11:33
d847ced
Compare
Choose a tag to compare

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

24 Nov 14:06
3b19c17
Compare
Choose a tag to compare

Fixed

  • Use PHOTOMETRIC-enum from tifffile for photometric interpretation.
  • Update imagecodecs to 2022.9.26.

0.4.1

24 Nov 12:59
2a0dd93
Compare
Choose a tag to compare

Fixed

  • Added missing tag in Philips tiff tiler.

0.4.0

24 Nov 12:26
10c8b86
Compare
Choose a tag to compare

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 property metadata 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

20 Apr 09:18
b20a7c7
Compare
Choose a tag to compare

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

14 Feb 15:45
f4c5156
Compare
Choose a tag to compare

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

02 Dec 13:45
9fa0e6c
Compare
Choose a tag to compare

Fixed incorrect pixel spacing (mm per pixel) and mpp (micrometer per pixel).

0.1.0

30 Nov 14:35
Compare
Choose a tag to compare

First release of opentile.