Top > Software Libraries > C++ libraries > CImg

CImg - C++ templated image processing library

The CImg Library is a C++ toolkit that provides simple classes and functions for loading, saving, processing and displaying images in your own C++ code. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses,..), and more.

Images are instancied 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. The package compiles it with only the standard C libraries.

Obtaining

Web pagehttp://cimg.sourceforge.net
Source tarballhttp://prdownloads.sourceforge.net/cimg/CImg.zip?download
Source informationhttp://sourceforge.net/project/showfiles.php?group_id=96492
Version 1.0.5 (stable) released on 2004-06-21
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Documentation

User tutorial available in HTML format from http://cimg.sourceforge.net/reference/group__cimg__tutorial.html
Support contacts

Help List<cimg-general@lists.sourceforge.net> http://lists.sourceforge.net/lists/listinfo/cimg-general
Developer List<cimg-general@lists.sourceforge.net> http://lists.sourceforge.net/lists/listinfo/cimg-general
Bug List<cimg-general@lists.sourceforge.net> http://lists.sourceforge.net/lists/listinfo/cimg-general

Project contacts

Maintainers
  • David Tschumperlé
Developers
  • David Tschumperlé
Sponsors
  • INRIA Sophia-Antipolis

Related information

Source repository:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cimg http://sourceforge.net/cvs/?group_id=96492
Interfaceslibrary
Source languagesC++
Weak prerequisitesImageMagick (to load and save compressed images), LAPACK (for computing eigenvalues or eigenvectors of big matrices)

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2004-07-08
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.