Summary
Development
Libraries useful for imaging development
Debian contains a several programs to develop tools around
digital images. Here you can have an overview.
Description
For a better overview of the project's availability as a Debian package, each head row has a color code according to this scheme:
If you discover a project which looks like a good candidate for Debian Imaging
to you, or if you have prepared an unofficial Debian package, please do not hesitate to
send a description of that project to the Debian Imaging mailing list
Links to other tasks
|
Debian Imaging Development packages
Official Debian packages with high relevance
cimg-dev
poderosa biblioteca de processamento de imagens
|
Versions of package cimg-dev |
Release | Version | Architectures |
sid | 3.2.1+dfsg-1 | all |
stretch-security | 1.7.9+dfsg-1+deb9u2 | all |
buster | 2.4.5+dfsg-1+deb10u1 | all |
bullseye | 2.9.4+dfsg-2 | all |
bookworm | 3.2.1+dfsg-1 | all |
jessie | 1.5.9+dfsg-1 | all |
jessie-security | 1.5.9+dfsg-1+deb8u1 | all |
stretch | 1.7.9+dfsg-1 | all |
upstream | 3.4.3 |
Debtags of package cimg-dev: |
devel | library |
role | devel-lib |
works-with | image, image:raster |
x11 | library |
|
License: DFSG free
|
A biblioteca CImg é um kit de ferramentas C++ fornecendo classes e
funções simples para carregar, gravar, processar e exibir imagens em
seu próprio código C++. Ela consiste apenas de um único arquivo de
cabeçalho CImg.h que deve ser incluído no fonte do seu programa. Ela
contém algoritmos de processamento de imagens úteis para carregar/salvar,
redimensionar/rotacionar, filtrar, desenhar objetos (texto, linhas, faces,
elipses, ...), etc.
Imagens são instanciadas por uma classe capaz de representar imagens em até
4-dimensões (desde sinais escalares 1-D até volumes 3-D de vetores com
valores de pixel), com modelos de tipos de pixel. Ela depende de um número
mínimo de bibliotecas: você pode compilá-la com bibliotecas C padrão. Não
há necessidade de bibliotecas exóticas e dependências complexas.
|
|
python-libtiff
wrapper to the libtiff library to Python using ctypes
|
Versions of package python-libtiff |
Release | Version | Architectures |
stretch | 0.4.1+20160502-1 | amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,ppc64el,s390x |
buster | 0.4.2-5 | amd64,arm64,armhf,i386 |
jessie | 0.3.0~svn78-3.1 | amd64,armel,armhf,i386 |
|
License: DFSG free
|
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.
|
|
Debian packages in contrib or non-free
libjai-imageio-core-java
??? missing short description for package libjai-imageio-core-java :-(
|
Versions of package libjai-imageio-core-java |
Release | Version | Architectures |
jessie | 1.2-3 (non-free) | amd64 |
|
License: non-free
|
|
|