Source: cimg Maintainer: Debian Science Maintainers Uploaders: Andreas Tille Section: math Priority: optional Build-Depends: debhelper-compat (= 13), libopenexr-dev Build-Depends-Indep: doxygen, libx11-dev, libxrandr-dev, libgraphicsmagick++1-dev | libmagick++-dev , libfftw3-dev | fftw3-dev , libimath-dev , libheif-dev , libgimp2.0-dev, libopencv-dev, libminc-dev, libtiff-dev, libcurl4-gnutls-dev | libcurl4-dev , texlive-latex-extra, texlive-fonts-recommended Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/science-team/cimg Vcs-Git: https://salsa.debian.org/science-team/cimg.git Homepage: http://cimg.sourceforge.net/ Rules-Requires-Root: no Package: cimg-dev Architecture: all Depends: libx11-dev, libxrandr-dev, libopencv-dev, libimath-dev, ${misc:Depends}, ${shlibs:Depends} Recommends: libheif-dev, libcurl4-gnutls-dev | libcurl4-dev, libgraphicsmagick++1-dev | libmagick++-dev, libfftw3-dev | fftw3-dev Suggests: xmedcon, lapack3-dev, cimg-doc, cimg-examples, libgimp2.0-dev, libtiff-dev Description: powerful image processing library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated 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. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. Package: cimg-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, libjs-jquery Enhances: cimg-dev Description: documentation of cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated 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. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains the documentation. Package: cimg-examples Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends} Recommends: cimg-dev, libgraphicsmagick++1-dev | libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libopencv-dev Enhances: cimg-dev, cimg-doc Description: examples for cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated 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. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains examples for the usage of the library.