cimg 3.0.2+dfsg-1 source package in Ubuntu

Changelog

cimg (3.0.2+dfsg-1) unstable; urgency=medium

  * Fix watchfile to detect new versions on github
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Fix Maintainer name of Debian Science team (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 09 Mar 2022 13:40:18 +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 Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cimg_3.0.2+dfsg-1.dsc 2.3 KiB 91a2e7b1d57b7b7f010f2c688f1381c6bd6fb0eee632d1cd6810a9b720723720
cimg_3.0.2+dfsg.orig.tar.xz 8.9 MiB 127dae5a8962d625d6ec5df2a457d5bf394baf187974864fe6383ef5cb7cb456
cimg_3.0.2+dfsg-1.debian.tar.xz 17.2 KiB 6cc6a2ae5889f3c022c965c0d7dfa2db1765f323a9a64eb05079000fe3e6a1dd

Available diffs

No changes file available.

Binary packages built by this source

cimg-dev: No summary available for cimg-dev in ubuntu kinetic.

No description available for cimg-dev in ubuntu kinetic.

cimg-doc: No summary available for cimg-doc in ubuntu kinetic.

No description available for cimg-doc in ubuntu kinetic.

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.