Path to this page:
./
graphics/py-tifffile,
Read and write TIFF(r) files
Branch: CURRENT,
Version: 2024.9.20,
Package name: py312-tifffile-2024.9.20,
Maintainer: pkgsrc-usersTifffile 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)
- (2024-10-03) Updated to version: py312-tifffile-2024.9.20
- (2024-09-03) Updated to version: py312-tifffile-2024.8.30
- (2024-08-28) Updated to version: py312-tifffile-2024.8.28
- (2024-08-26) Updated to version: py312-tifffile-2024.8.24
- (2024-08-13) Updated to version: py312-tifffile-2024.8.10
- (2024-07-24) Updated to version: py311-tifffile-2024.7.24
CVS history: (Expand)
2024-04-26 18:54:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2024.4.24
2024.4.24
- Pass 5077 tests.
- Fix compatibility issue with numpy 2
|
2024-04-21 20:14:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2024.4.18
2024.4.18
- Pass 5077 tests.
- Fix write_fsspec when last row of tiles is missing in Philips slide.
- Add option not to quote file names in write_fsspec.
- Allow compress bilevel images with deflate, LZMA, and Zstd.
|
2024-02-13 06:09:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2024.2.12
2024.2.12
- Pass 5074 tests.
- Deprecate dtype, add chunkdtype parameter in FileSequence.asarray.
- Add imreadargs parameters passed to FileSequence.imread.
|
2024-01-31 00:52:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2024.1.30
2024.1.30
- Pass 5071 tests.
- Fix compatibility issue with numpy 2.
- Enable DeprecationWarning for tuple compression argument.
- Parse sequence of numbers in xml2dict.
|
2023-12-17 17:00:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tifffile: updated to 2023.12.9
2023.12.9
- Pass 5071 tests.
- Read 32-bit Indica Labs TIFF as float32.
- Fix UnboundLocalError reading big LSM files without time axis.
- Use os.sched_getaffinity, if available, to get the number of CPUs.
- Limit the number of default worker threads to 32.
|
2023-09-27 14:13:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2023.9.26
2023.9.26
- Pass 5069 tests.
- Lazily convert dask array to ndarray when writing.
- Allow to specify buffersize for reading and writing.
- Fix IndexError reading some corrupted files with ZarrTiffStore
2023.9.18
- Raise exception when writing non-volume data with volumetric tiles
- Improve multi-threaded writing of compressed multi-page files.
- Fix fsspec reference for big-endian files with predictors.
|
2023-08-31 16:07:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2023.8.30
2023.8.30
- Pass 5007 tests.
- Support exclusive file creation mode
|
2023-08-26 10:33:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tifffile: updated to 2023.8.25
2023.8.25
- Pass 5003 tests.
- Verify shaped metadata is compatible with page shape.
- Support out parameter when returning selection from imread.
- Support exclusive file creation mode.
|