cimg 1.4.9-2build2 source package in Ubuntu

Changelog

cimg (1.4.9-2build2) raring; urgency=low

  * REALLY Rebuild for opencv 2.4
 -- Fabrice Coutadeur <email address hidden>   Wed, 05 Dec 2012 20:55:34 +0100

Upload details

Uploaded by:
Fabrice Coutadeur
Uploaded to:
Raring
Original maintainer:
Debian Science Team
Architectures:
all
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cimg_1.4.9.orig.tar.gz 9.7 MiB 4b9fd08bd8d0ea7113b2112f3efda8513aea8578245ee4ca52e20e8dc42e87b9
cimg_1.4.9-2build2.debian.tar.gz 17.9 KiB 9e1b4f9412316e0f96d5eedc7af9bce74da46d0b05e8894dcb5d3216083d9712
cimg_1.4.9-2build2.dsc 2.2 KiB 9e046551a5e854bcdfa567fac9a8f3e71f6ce24bc3e66cad07b957f90ec4caf4

Available diffs

View changes file

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.