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

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


Branch: CURRENT, Version: 2025.3.13, Package name: py312-tifffile-2025.3.13, 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: 357.482 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-14 09:10:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2025.3.13

2025.3.13

- Pass 5110 tests.
- Change bytes2str to decode only up to first NULL character (breaking).
- Remove stripnull function calls to reduce overhead.
- Deprecate stripnull function.
   2025-02-19 20:23:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2025.2.18

2025.2.18

- Pass 5110 tests.
- Fix julian_datetime milliseconds.
- Remove deprecated dtype arguments from imread and FileSequence (breaking).
- Remove deprecated imsave and TiffWriter.save function/method (breaking).
- Remove deprecated option to pass multiple values to compression (breaking).
- Remove deprecated option to pass unit to resolution (breaking).
- Remove deprecated enums from TIFF namespace (breaking).
- Remove deprecated lazyattr and squeeze_axes functions (breaking).
   2025-01-12 15:37:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2025.1.10

2025.1.10

- Pass 5110 tests.
- Improve type hints.
- Deprecate Python 3.10.
   2024-12-27 00:25:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tifffile: updated to 2024.12.12

2024.12.12

- Pass 5110 tests
- Read PlaneProperty from STK UIC1Tag
- Allow 'None' as alias for COMPRESSION.NONE and PREDICTOR.NONE
- Zarr 3 is not supported
   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.