tifffile 20240130-1 source package in Ubuntu

Changelog

tifffile (20240130-1) unstable; urgency=medium

  * New upstream version 20240130
  * Rediff patches

 -- Ole Streicher <email address hidden>  Sun, 04 Feb 2024 13:38:06 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tifffile_20240130-1.dsc 2.1 KiB f186c7ade92ad04d490e226e140124baf69d346d26b30ce2719043dc6d42a6b6
tifffile_20240130.orig.tar.gz 345.9 KiB 66cf1fbc3fee8f87670ffd415c1e758ea1779376bdfaa9d0dc6ce634e6bc52ea
tifffile_20240130-1.debian.tar.xz 8.2 KiB f3ef5d03727de30d5d6a2168dcc89e97a1cadbc54acdf3377a534ab7d0563f92

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.