Difference between revisions of "CImg"
(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 | ||
− | |||
− | |||
− | |||
|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 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|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 | ||
− | | | + | |Version identifier=1.7.9 |
− | |Last review by= | + | |Version date=2016/11/17 |
− | |Last review date= | + | |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 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2004-07-08 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=GPLv2orlater | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2004-07-08 | |License verified date=2004-07-08 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=David Tschumperlé | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
− | |||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
Line 46: | Line 43: | ||
{{Software category | {{Software category | ||
|Interface=library | |Interface=library | ||
− | |||
|Use=library | |Use=library | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{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
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.