Austin Schuh | 8c794d5 | 2019-03-03 21:17:37 -0800 | [diff] [blame] | 1 | Source: cimg |
| 2 | Section: math |
| 3 | Priority: optional |
| 4 | Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> |
| 5 | Uploaders: Christophe Prud'homme <prudhomm@debian.org>, François-Xavier Dupé <Francois-Xavier.Dupe@greyc.ensicaen.fr> |
| 6 | Build-Depends-Indep: libx11-dev |
| 7 | Build-Depends: debhelper (>= 5.0) |
| 8 | Standards-Version: 3.8.4 |
| 9 | |
| 10 | Package: cimg-dev |
| 11 | Depends: make | build-essential, libx11-dev, libxrandr-dev, imagemagick | graphicsmagick |
| 12 | Suggests: xmedcon, lapack3-dev, libmagick++9-dev, fftw3-dev |
| 13 | Architecture: all |
| 14 | Description: C++ Template Image Processing Library |
| 15 | The CImg Library is an open-source C++ toolkit for image processing. |
| 16 | It consists in a single header file 'CImg.h' providing a minimal set of C++ |
| 17 | classes and methods that can be used in your own sources, to load/save, |
| 18 | process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD, .. ), |
| 19 | efficient, easy to use, it's a pleasant library for developping image processing |
| 20 | algorithms in C++. |
| 21 | . |
| 22 | http://cimg.eu |