tifffile 20230203-1 source package in Ubuntu

Changelog

tifffile (20230203-1) unstable; urgency=medium

  * New upstream version 20230203
  * Rediff patches

 -- Ole Streicher <email address hidden>  Tue, 07 Feb 2023 20:19:41 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tifffile_20230203-1.dsc 2.1 KiB 462079b7d664d93e1e2e8bd5920edc2d5a0ae94cf186df3ea8356af0a78d4d98
tifffile_20230203.orig.tar.gz 326.3 KiB 458df5ad9a5217f668edd636dc19fbc736062bf78aac823ab84cdbae9de8eaa6
tifffile_20230203-1.debian.tar.xz 7.9 KiB 4a14c2dd3d4488b22f148319e0432c7026817ec474a15680986feb991ebf3536

Available diffs

No changes file available.

Binary packages built by this source

python3-tifffile: Read and write image data from and to TIFF files

 Image and meta-data can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, NIH,
 ImageJ, MicroManager, FluoView, SEQ and GEL files.
 .
 Only a subset of the TIFF specification is supported, mainly uncompressed and
 losslessly compressed 2**(0 to 6) bit integer, 16, 32 and 64-bit float,
 grayscale and RGB(A) images, which are commonly used in bio-scientific imaging.
 Specifically, reading JPEG/CCITT compressed image data or EXIF/IPTC/GPS/XMP
 meta-data is not implemented. Only primary info records are read for STK,
 FluoView, MicroManager, and NIH image formats.
 .
 TIFF, the Tagged Image File Format, is under the control of Adobe Systems.
 BigTIFF allows for files greater than 4 GB. STK, LSM, FluoView, SEQ, GEL, and
 OME-TIFF, are custom extensions defined by MetaMorph, Carl Zeiss MicroImaging,
 Olympus, Media Cybernetics, Molecular Dynamics, and the Open Microscopy
 Environment consortium respectively.