cimg 3.2.0+dfsg-1 source package in Ubuntu
Changelog
cimg (3.2.0+dfsg-1) unstable; urgency=medium [ Bas Couwenberg ] * Update tiff (build) dependencies. (closes: #1029109) * Fix test dependencies. [ Andreas Tille ] * New upstream version * Standards-Version: 4.6.2 (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit. -- Andreas Tille <email address hidden> Sun, 22 Jan 2023 15:34:45 +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 | |
---|---|---|---|---|
Lunar | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cimg_3.2.0+dfsg-1.dsc | 2.6 KiB | ef3ede42dab3af9fcb2d79c82e653860141a4b31abfcc82b6378f3cb9d613a42 |
cimg_3.2.0+dfsg.orig.tar.xz | 10.1 MiB | 1caaa3042ce7962c5e764f79e33c23a4966c76a1c579c97547b7210873e26d30 |
cimg_3.2.0+dfsg-1.debian.tar.xz | 18.3 KiB | fab67c9b9d882460e89ccd6d8ef7c42b3b08fa5fc10d8286411d4231bcbd9e6c |
Available diffs
- diff from 3.1.6+dfsg-6 to 3.2.0+dfsg-1 (40.8 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.