[Debian-med-packaging] pylibtiff_0.3.0~svn78-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Wed Nov 16 10:33:44 UTC 2011
(new) pylibtiff_0.3.0~svn78-1.debian.tar.gz optional python
(new) pylibtiff_0.3.0~svn78-1.dsc optional python
(new) pylibtiff_0.3.0~svn78.orig.tar.gz optional python
(new) python-libtiff_0.3.0~svn78-1_amd64.deb optional python
wrapper to the libtiff library to Python using ctypes
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.
Changes: pylibtiff (0.3.0~svn78-1) unstable; urgency=low
.
* Initial Debian Upload (Closes: #648769)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 648769
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the Debian-med-packaging
mailing list