パッケージ: python3-libtiff (0.6.1-1 など)
python3-libtiff に関するリンク
Debian の資源:
pylibtiff ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libtiff-dev
- Tag Image File Format library (TIFF), development files
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-bitarray
- Python3 module for efficient boolean array handling
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- 以下のパッケージによって提供される仮想パッケージです: python3-numpy
-
- sug: python3-pil
- Python Imaging Library (Python3)