Source: cimg
Standards-Version: 4.7.4
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: math
Build-Depends:
 debhelper-compat (= 14),
 libopenexr-dev <!nocheck>,
Build-Depends-Indep:
 doxygen,
 libx11-dev,
 libxrandr-dev,
 libgraphicsmagick++1-dev | libmagick++-dev <!nocheck>,
 libfftw3-dev | fftw3-dev <!nocheck>,
 libimath-dev <!nocheck>,
 libheif-dev <!nocheck>,
 libopencv-dev,
 libminc-dev,
 libtiff-dev,
 libcurl4-gnutls-dev | libcurl4-dev <!nocheck>,
 texlive-latex-extra,
 texlive-fonts-recommended,
Vcs-Browser: https://salsa.debian.org/science-team/cimg
Vcs-Git: https://salsa.debian.org/science-team/cimg.git
Homepage: https://www.cimg.eu/

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,
 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,
 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.
