cimg 2.9.4+dfsg-ok2 source package in openKylin
Changelog
cimg (2.9.4+dfsg-ok2) nile; urgency=medium * Rebuild for openkylin. -- liubo01 <email address hidden> Mon, 18 Nov 2024 09:19:35 +0800
cimg (2.9.4+dfsg-ok2) nile; urgency=medium * Rebuild for openkylin. -- liubo01 <email address hidden> Mon, 18 Nov 2024 09:19:35 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Nile V2.0 | release | main | math |
File | Size | SHA-256 Checksum |
---|---|---|
cimg_2.9.4+dfsg.orig.tar.xz | 8.8 MiB | 2dda1ccad6f813ca3f97f093fcaf47cf883322b96d3a4476e72772404a2c12e0 |
cimg_2.9.4+dfsg-ok2.debian.tar.xz | 14.4 KiB | 4ede5f8900314a45d27fb3427e3f636305b1b4fa2a221ac591252649d7a6dded |
cimg_2.9.4+dfsg-ok2.dsc | 2.1 KiB | 54b65f01fb90d52c1aa40cf2b59b25e1c6b2fa0b4b8aef7945c6bd172c808f87 |
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.
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.
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.