pylibtiff 0.4.2-6 source package in Ubuntu

Changelog

pylibtiff (0.4.2-6) unstable; urgency=medium

  * Team upload.
  * Update gbp.conf to use --source-only-changes by default.
  * Bump Standards-Version to 4.4.0, no changes.
  * Drop Python 2 support.

 -- Bas Couwenberg <email address hidden>  Sun, 21 Jul 2019 21:31:17 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pylibtiff_0.4.2-6.dsc 2.0 KiB 6cf669b4fdd698265f5b3d77bafb3e8d003d90033d62c2fbf73cec148eac4837
pylibtiff_0.4.2.orig.tar.xz 68.9 KiB 5fdb1e649cebbf93b4ff14683bd9152fc4a5c08535fcd351dd368cb6d52fede6
pylibtiff_0.4.2-6.debian.tar.xz 8.0 KiB 913d247361f7e52d9a4ce52e3d0cb7ae273b6b1ecdbbf8696ccd6018fcc115c0

Available diffs

No changes file available.

Binary packages built by this source

python3-libtiff: wrapper to the libtiff library to Python using ctypes (Python 3 version)

 PyLibTiff is a package that provides:
 .
  * a wrapper to the libtiff library to Python using ctypes.
  * a pure Python module for reading and writing TIFF and LSM files. The images
    are read as numpy.memmap objects so that it is possible to open images that
    otherwise would not fit to computers RAM.
 .
 There exists many Python packages such as PIL, FreeImagePy that support reading
 and writing TIFF files. The PyLibTiff project was started to have an efficient
 and direct way to read and write TIFF files using the libtiff library without
 the need to install any unnecessary packages or libraries. The pure Python
 module was created for reading "broken" TIFF files such as LSM files that in
 some places use different interpretation of TIFF tags than what specified in
 the TIFF specification document. The libtiff library would just fail reading
 such files. In addition, the pure Python module is more memory efficient as the
 arrays are returned as memory maps. Support for compressed files is not
 implemented yet.
 .
 Warning: pylibtiff currently supports reading and writing images that are
 stored using TIFF strips. Patches are welcome to support tiled TIFF images.
 .
 This package contains PyLibTiff for Python 3.

python3-libtiff-dbgsym: debug symbols for python3-libtiff