Difference between revisions of "CImg"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=CImg |Short description=C++ templated image processing library |Full description=The CImg Library is a C++ toolkit that provides simple classes and functions for lo...")
 
(New version)
Line 3: Line 3:
 
|Short description=C++ templated image processing library
 
|Short description=C++ templated image processing library
 
|Full description=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.
 
|Full description=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.
 +
|Homepage URL=http://cimg.eu/download.shtml
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://cimg.sourceforge.net
 
 
|VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cimg
 
|VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cimg
 
|Computer languages=C++
 
|Computer languages=C++
 
|Documentation note=User tutorial available in HTML format from http://cimg.sourceforge.net/reference/group__cimg__tutorial.html
 
|Documentation note=User tutorial available in HTML format from http://cimg.sourceforge.net/reference/group__cimg__tutorial.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=C++,text,resizing,template,3D,vector,filtering,lines,pixel,image processing,4D,ellipses,computer vision,rotating,object drawing,faces,scalar
 
|Keywords=C++,text,resizing,template,3D,vector,filtering,lines,pixel,image processing,4D,ellipses,computer vision,rotating,object drawing,faces,scalar
|Is GNU=n
+
|Version identifier=1.7.9
|Last review by=Janet Casey
+
|Version date=2016/11/17
|Last review date=2004-07-13
+
|Version status=stable
 +
|Version download=https://github.com/dtschump/CImg/archive/v.179.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/09
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.0.5
+
|Status=
|Version date=2004-06-21
+
|Is GNU=No
|Version status=stable
+
|License verified date=2004-07-08
|Version download=http://prdownloads.sourceforge.net/cimg/CImg.zip?download
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2004-07-08
 
|License verified date=2004-07-08
|Version comment=1.0.5 stable released 2004-06-21
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=David Tschumperlé
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=David Tschumperlé
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 46: Line 43:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c++,image-processing
 
 
|Use=library
 
|Use=library
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-07-08
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 62: Line 53:
 
|Prerequisite description=LAPACK (for computing eigenvalues or eigenvectors of big matrices)
 
|Prerequisite description=LAPACK (for computing eigenvalues or eigenvectors of big matrices)
 
}}
 
}}
 +
{{Featured}}

Revision as of 20:29, 8 March 2017


[edit]

CImg

http://cimg.eu/
Template Image Processing Toolkit.

The CImg (Cool Image) 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.






Entry
























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

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.