Alien-CImg
view release on metacpan or search on metacpan
lib/Alien/CImg.pm view on Meta::CPAN
This is a Alien distribution based on L<Alien::Base>, class methods
such as C<cflags> and C<libs> are inherited from there. See the
documentation for L<Alien::Base> for full list of methods. This module
does not override or extend any of those inherited methods.
Quote from the L<cimg website|http://cimg.eu/>
=over 4
CImg stands for Cool Image : It is easy to use, efficient and is
intended to be a very pleasant toolbox to design image processing
algorithms in C++. Due to its generic conception, it can cover a wide
range of image processing applications.
=back
The CImg distribution is only a .h file CImg.h, the way you use it is
to just include it in your C/C++ source code.
=over 4
#inculed <CImg.h>
( run in 0.417 second using v1.01-cache-2.11-cpan-8d75d55dd25 )