cimg 3.2.1+dfsg-1 source package in Ubuntu
Changelog
cimg (3.2.1+dfsg-1) unstable; urgency=medium * New upstream version -- Andreas Tille <email address hidden> Sun, 26 Feb 2023 17:13:06 +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 | |
---|---|---|---|---|
Mantic | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cimg_3.2.1+dfsg-1.dsc | 2.6 KiB | 93d66c46b8eea4821ec06b3abc5cd289a2bcc49e59abbb3f0e1abe63a81a2e89 |
cimg_3.2.1+dfsg.orig.tar.xz | 10.1 MiB | 8abd1ca48c519ab9d486b147584eb88cabac116ec49a1c1456bd6609a3fc43dc |
cimg_3.2.1+dfsg-1.debian.tar.xz | 18.3 KiB | 0abe09f8c2061881ba75a1510b07247e810d0d331f2c5f5a25005971d10b7c05 |
Available diffs
- diff from 3.2.0+dfsg-1 to 3.2.1+dfsg-1 (10.9 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.