cimg 3.1.6+dfsg-6 source package in Ubuntu

Changelog

cimg (3.1.6+dfsg-6) unstable; urgency=medium

  * Team Upload.
  * B-D on libopenexr-dev instead

 -- Nilesh Patra <email address hidden>  Sat, 12 Nov 2022 20:26:22 +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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cimg_3.1.6+dfsg-6.dsc 2.0 KiB fa1ca984b6eedb5747035424fbdf13640900ffa771e2a2f1dd1a84f13f9bce71
cimg_3.1.6+dfsg.orig.tar.xz 10.1 MiB 738522b7e61043ddaf654b5ecd1ea6fc53d7158e786a2ce28bc78ea52ee139b3
cimg_3.1.6+dfsg-6.debian.tar.xz 18.2 KiB 2089d7f6a176f56a702402647be2c5c01131e2546aef2d550043aa090e96fe4e

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.