tifffile 20181128-1 source package in Ubuntu

Changelog

tifffile (20181128-1) unstable; urgency=medium

  * New upstream version
  * autopkgtest: Restrictions: allow-stderr
    Closes: #895176
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * d/rules: include /usr/share/dpkg/architecture.mk instead of manally
    setting DEB_HOST_ARCH_ENDIAN
  * The package does not really provide a Python module for inclusion into
    other projects.  Thus the binary is renamed to tifffile.  It was
    ported to Python3 by upstream - thus the Python3 Build-Depends
  * Point watch file to PyPI
    Closes: #912661
  * Standards-Version: 4.2.1
  * Use --buildsystem=pybuild
  * Build-Depends: python3-setuptools
  * debian/rules: s/dh_numpy/dh_numpy3/
  * Drop ancient X-Python-Version field

 -- Andreas Tille <email address hidden>  Sat, 01 Dec 2018 07:52:43 +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

Downloads

File Size SHA-256 Checksum
tifffile_20181128-1.dsc 2.0 KiB 19941eeb6ea2ab63b6dbe4adc4305bbf699977c04e90dbe092ecdcd5d11ce8b8
tifffile_20181128.orig.tar.gz 166.1 KiB 9e438ec639192767e3f5050f576f8818606003b3d3f153772f9be7cdc5a80c2f
tifffile_20181128-1.debian.tar.xz 5.0 KiB 08865a55c2b60d7810d4c6aae83cda64b4ee85807301bd3eab46ec3887775ccb

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.