Source: pylibtiff Maintainer: Debian GIS Project Uploaders: Antonio Valentino Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, libtiff-dev, pybuild-plugin-pyproject, python3-all-dev, python3-bitarray, python3-numpy, python3-pytest, python3-setuptools, python3-setuptools-scm Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pylibtiff Vcs-Git: https://salsa.debian.org/debian-gis-team/pylibtiff.git Homepage: https://github.com/pearu/pylibtiff Rules-Requires-Root: no Description: 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. Package: python3-libtiff Architecture: any Depends: libtiff-dev, python3-bitarray, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: python3-pil, tifffile Description: ${source:Synopsis} (Python 3 version) ${source:Extended-Description} . This package contains PyLibTiff for Python 3. Package: pylibtiff Section: utils Architecture: all Depends: python3-libtiff, ${python3:Depends}, ${misc:Depends} Description: ${source:Synopsis} (command line utilities) ${source:Extended-Description} . This package contains command line utilities for PyLibTiff.