cimg 1.7.9+dfsg-2 source package in Ubuntu

Changelog

cimg (1.7.9+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.0.0, no changes needed.
  * Mark cimg-doc and cimg-examples as Multi-Arch:foreign (from the m-a hinter).
  * Depend on libopencv-dev instead of libcv-dev, which is going away.
    Thanks to Steve Langasek for reporting and fixing it in Ubuntu.
    Closes: #865831

 -- Mattia Rizzolo <email address hidden>  Sun, 25 Jun 2017 12:45:10 +0200

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cimg_1.7.9+dfsg-2.dsc 2.3 KiB 585d795f17994ff9635ae5d9ff95ea71e17bc4694bdedf1268fb1a0f3968b511
cimg_1.7.9+dfsg.orig.tar.xz 8.5 MiB e8f49f4c30a9bc6fb21c9c06b2f8fc403b71098df7add29f1a6fa34b423fe8ff
cimg_1.7.9+dfsg-2.debian.tar.xz 16.9 KiB d594446dc23379f8d5dc9dcafdc40e351542055e3c541233efac8099f8f25a27

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.