Skip to content

Releases: imi-bigpicture/opentile

0.13.4

06 Nov 08:02
0e6d043
Compare
Choose a tag to compare

Fixed

  • Added APERIO_JP2000_YCBC as supported compression format for svs files.

0.13.3

10 Oct 14:30
8030def
Compare
Choose a tag to compare

Fixed

  • Relaxed numpy requirement.

0.13.2

06 Sep 18:38
96b1cc1
Compare
Choose a tag to compare

Fixed

  • Rounding error when calculating level pyramid index if downsampled image size was rounded up.

0.13.1

01 Jul 11:57
f2c7232
Compare
Choose a tag to compare

Fixed

  • Fix for not closing file handle when OpenTile.open() is not used as a context manager.

0.13.0

01 Jul 10:16
66efd4b
Compare
Choose a tag to compare

Changed

  • More efficient OpenTile.open() by reusing the TiffFile instance.

Removed

  • OpenTile.get_tiler() method removed. Use OpenTile.detect_format() to get the format of a file or OpenTile.open() to get an opened instance of a tiler instead.

Fixed

  • Missing to close file handle when using OpenTile.open() or OpenTile.detect_format().

0.12.0

21 Feb 11:10
27c087d
Compare
Choose a tag to compare

Added

  • Support for opening files using fsspec.

0.11.2

20 Feb 06:55
93a2e62
Compare
Choose a tag to compare

Fixed

  • Updated ome-types to 0.5.0.

0.11.0

06 Dec 12:41
88ddf19
Compare
Choose a tag to compare

Changed

  • Return iterators of tiles instead of lists.
  • Encode Jpeg and Jpeg 2000 using imagecodecs.

0.10.4

30 Nov 20:02
aaf8e91
Compare
Choose a tag to compare

Fixed

  • Order of pixel spacing for philips tiff files.

0.10.3

01 Sep 21:01
e23c29b
Compare
Choose a tag to compare

Fixed

  • Change version requirement for tifffile and imagecodecs to allow newer versions.