cimg 2.9.4+dfsg-2 source package in Ubuntu
Changelog
cimg (2.9.4+dfsg-2) unstable; urgency=medium * New upstream version Closes: #973770 * Adapt Files-Excluded to new upstream version * Standards-Version: 4.5.1 (routine-update) * debhelper-compat 13 (routine-update) * Rules-Requires-Root: no (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit. * Fix installation of docs * Avoid baseline violation Closes: #976927 * Do not submit any user data to keep privacy -- Andreas Tille <email address hidden> Fri, 18 Dec 2020 15:46:15 +0100
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- all
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Impish | release | universe | math | |
Hirsute | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cimg_2.9.4+dfsg-2.dsc | 2.3 KiB | 0b26d270efd0687a6853725dcfd7fc27bf8ec6f50541bb9ae65b6afea18f7cb3 |
cimg_2.9.4+dfsg.orig.tar.xz | 8.8 MiB | 2dda1ccad6f813ca3f97f093fcaf47cf883322b96d3a4476e72772404a2c12e0 |
cimg_2.9.4+dfsg-2.debian.tar.xz | 17.2 KiB | 38fb2be278f2526e663d66ffd4ac2931540b02d5222cf417911f7409c5492f92 |
Available diffs
- diff from 2.8.4+dfsg-1 to 2.9.4+dfsg-2 (361.4 KiB)
No changes file available.
Binary packages built by this source
- cimg-dev: powerful image processing library
The CImg Library is a C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
resizing/rotating, filtering, object drawing (text, lines, faces,
ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
template pixel types. It depends on a minimal number of libraries : you can
compile it with only standard C libraries. No need for exotic libraries and
complex dependencies.
- cimg-doc: documentation of cimg-dev imaging library
The CImg Library is a C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
resizing/rotating, filtering, object drawing (text, lines, faces,
ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
template pixel types. It depends on a minimal number of libraries : you can
compile it with only standard C libraries. No need for exotic libraries and
complex dependencies.
.
This package contains the documentation.
- cimg-examples: examples for cimg-dev imaging library
The CImg Library is a C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code. It consists
only of a single header file CImg.h that must be included in your program
source. It contains useful image processing algorithms for loading/saving,
resizing/rotating, filtering, object drawing (text, lines, faces,
ellipses, ...), etc.
.
Images are instantiated by a class able to represent images up to 4-dimension
wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with
template pixel types. It depends on a minimal number of libraries : you can
compile it with only standard C libraries. No need for exotic libraries and
complex dependencies.
.
This package contains examples for the usage of the library.