./graphics/py-tifffile, Read and write TIFF(r) files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2024.9.20, Package name: py312-tifffile-2024.9.20, Maintainer: pkgsrc-users

Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.


Master sites:

Filesize: 358.601 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-10-03 10:56:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.9.20

2024.9.20

- Pass 5107 tests.
- Fix writing colormap to ImageJ files (breaking).
- Improve typing.
- Remove support for Python 3.9.
   2024-09-03 14:53:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.8.30

2024.8.30

- Pass 5096 tests.
- Support writing OME Dataset and some StructuredAnnotations elements.
   2024-08-28 17:26:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.8.28

2024.8.28

- Pass 5096 tests.
- Fix LSM scan types and dimension orders
- Use IO[bytes] instead of BinaryIO for typing
   2024-08-26 17:08:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.8.24

2024.8.24

- Pass 5095 tests.
- Do not remove trailing length-1 dimension writing non-shaped file (breaking).
- Fix writing OME-TIFF with certain modulo axes orders.
- Make imshow NaN aware.
   2024-08-13 15:40:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.8.10

2024.8.10

- Pass 5093 tests.
- Relax bitspersample check for JPEG, JPEG2K, and JPEGXL compression
   2024-07-24 08:36:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.7.24

2024.7.24

- Pass 5092 tests.
- Fix reading contiguous multi-page series via Zarr store