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
Funktionsrigt billedbehandlingsbibliotek
|
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
|
CImg biblioteket er en C++-værktøjskasse, som tilbyder simple klasser og
funktioner til at indlæse, gemme, behandle og fremvise billeder i din egen
C++-kode. Det består blot af en enkelt teksthovedfil CImg.h, som skal
inkluderes i dit kildeprogram. Det indeholder nyttige
billedbehandlingsalgoritmer til at indlæse/gemme, skalere/rotere, filtrere,
objekttegne (tekst, linjer, ansigter, ellipser ...) osv.
Billeder instantieres gennem en klasse som er i stand til at repræsentere
billeder i op til 4 dimensioners bredde (fra 1-D skalar-signaler til 3-D
volumener af billedpunkter med vektorværdier), med skabelontyper for
billedpunkter. Det forudsætter et minimalt antal af biblioteker: Du kan
kompilere det kun med standardbiblioteker for C. Intet behov for eksotiske
biblioteker og komplekse afhængigheder.
|
|
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
|
|
|