tifffile 20181128-3 source package in Ubuntu

Changelog

tifffile (20181128-3) unstable; urgency=medium

  * Drop python from test depends
    Closes: #938668
  * Test-Depends: python3
  * Standards-Version: 4.4.1

 -- Andreas Tille <email address hidden>  Mon, 20 Jan 2020 11:39:53 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
tifffile_20181128-3.dsc 2.0 KiB 52501998fc5d5100cbe52609ce69e2c11ee69752a59b59ac244461063fd34ff1
tifffile_20181128.orig.tar.gz 166.1 KiB 9e438ec639192767e3f5050f576f8818606003b3d3f153772f9be7cdc5a80c2f
tifffile_20181128-3.debian.tar.xz 5.1 KiB 2e6d78c098ad15568bf26dbb34595209f0ff024cb34e750f9c5f7e4e0dfac9f5

Available diffs

No changes file available.

Binary packages built by this source

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.