| Port details |
- cimg C++ Template Image Processing Library
- 3.7.6_1,3 graphics
=1 3.7.4_1,3Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2004-10-12 20:49:19
- Last Update: 2026-06-22 16:20:25
- Commit Hash: 320e46a
- People watching this port, also watch:: vtk9, SparseBitSet, py311-cysignals, python
- Also Listed In: devel
- License: CeCILL_C CeCILL
- WWW:
- https://cimg.eu/
- Description:
- CImg stands for Cool Image: it is simple to use and efficient.
. The CImg Library is a free C++ toolkit providing simple classes and functions
to load, save, process and display images in your own C++ code.
. It is highly portable and fully works on Unix/X11, Windows and MacOS X
operating systems. It should compile on other systems as well (eventually
without display capabilities).
. 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 instancied 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.
. Additional features appear with the use of GraphicsMagick: install the
GraphicsMagick package to be able to load and save compressed image formats
(GIF,BMP,TIF,JPG,PNG,...).
. Additional features appear with the use of LAPACK: link your code with the
lapack library to be able to compute eigenvalues or eigenvectors of big
matrices.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/cimg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/cimg
- pkg install cimg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cimg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1779113392
SHA256 (GreycLab-CImg-v.3.7.6_GH0.tar.gz) = b655a0135ef937164896a0f66bbfb7e2b688b36f2529bd49c4deb9ee2c352757
SIZE (GreycLab-CImg-v.3.7.6_GH0.tar.gz) = 12699286
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- dcraw : graphics/dcraw
- medcon : graphics/xmedcon
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libcurl.so : ftp/curl
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libImath.so : math/Imath
- libheif.so : graphics/libheif
- libOpenEXR.so : graphics/openexr
- libfftw3.so : math/fftw3
- libwebp.so : graphics/webp
- libopencv_core.so : graphics/opencv
- libGraphicsMagick.so : graphics/GraphicsMagick
- libavformat.so : multimedia/ffmpeg
- libjpeg.so : graphics/jpeg-turbo
- libMagick++-7.so : graphics/ImageMagick7
- This port is required by:
- for Build
-
- emulators/es-de
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for cimg-3.7.6_1,3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_cimg
- USES:
- compiler:c11 gmake pkgconfig:build xorg jpeg magick:7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|