blob: f4d3a8bec0aab0f7736c88ae763c93c1e8bb18c8 [file] [log] [blame]
Austin Schuh8c794d52019-03-03 21:17:37 -08001Source: cimg
2Section: math
3Priority: optional
4Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
5Uploaders: Christophe Prud'homme <prudhomm@debian.org>, François-Xavier Dupé <Francois-Xavier.Dupe@greyc.ensicaen.fr>
6Build-Depends-Indep: libx11-dev
7Build-Depends: debhelper (>= 5.0)
8Standards-Version: 3.8.4
9
10Package: cimg-dev
11Depends: make | build-essential, libx11-dev, libxrandr-dev, imagemagick | graphicsmagick
12Suggests: xmedcon, lapack3-dev, libmagick++9-dev, fftw3-dev
13Architecture: all
14Description: 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