cimg 2.9.4+dfsg-3 source package in Ubuntu
Changelog
cimg (2.9.4+dfsg-3) unstable; urgency=medium * Team Upload. * Remove un-needed files from install (Closes: #989617) -- Nilesh Patra <email address hidden> Mon, 16 Aug 2021 13:35:25 +0530
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 | |
---|---|---|---|---|
Jammy | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cimg_2.9.4+dfsg-3.dsc | 2.3 KiB | c69a5706997337c3dde705cd5e4261968aeaa1c31315e6326c4affbd29031a23 |
cimg_2.9.4+dfsg.orig.tar.xz | 8.8 MiB | 2dda1ccad6f813ca3f97f093fcaf47cf883322b96d3a4476e72772404a2c12e0 |
cimg_2.9.4+dfsg-3.debian.tar.xz | 17.2 KiB | 2359bf484467fd7c9d3b3b11892bfa26a87df0530f5d5bf25b98140dab06dfac |
Available diffs
- diff from 2.9.4+dfsg-2 to 2.9.4+dfsg-3 (538 bytes)
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.