tifffile 20210201-1 source package in Ubuntu

Changelog

tifffile (20210201-1) unstable; urgency=medium

  * New upstream version 20210201
  * Rediff patches

 -- Ole Streicher <email address hidden>  Sun, 07 Feb 2021 10:34:29 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tifffile_20210201-1.dsc 2.1 KiB c26bdf6c6050d2309177c8c254829c78ade322bcd326cb9c07fab3b8eae0c572
tifffile_20210201.orig.tar.gz 233.4 KiB 6793787742e18cf2116bc65e17c51cd9c14cd27a4a6033a8ddd5bf801a637615
tifffile_20210201-1.debian.tar.xz 7.0 KiB 9f20ab2d41e444288ac5750486617a8f58060cefeb2071eaa219f0d2a2ecc77b

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.