tifffile 20181128-2 source package in Ubuntu

Changelog

tifffile (20181128-2) unstable; urgency=medium

  * debhelper-compat 12
  * Standards-Version: 4.4.0
  * Use secure URI in Homepage field.
  * Fix wrapper script
    Closes: #939511, #938668

 -- Andreas Tille <email address hidden>  Thu, 05 Sep 2019 21:37:34 +0200

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

Downloads

File Size SHA-256 Checksum
tifffile_20181128-2.dsc 2.0 KiB 3800a6edc4b2b96cb1aaeb77340cb7c9bc511b4d15a4ebefd6177f50ab182c84
tifffile_20181128.orig.tar.gz 166.1 KiB 9e438ec639192767e3f5050f576f8818606003b3d3f153772f9be7cdc5a80c2f
tifffile_20181128-2.debian.tar.xz 5.1 KiB 4db4c90ed5c4440a84cadacc0c5f974053979597572930476f45f47d3dd6104c

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.