GreycLab/CImg
The CImg Library is a small and open-source C++ toolkit for image processing observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4114
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
1690 stars · 303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CImg is a small, open-source, header-only C++ template library for image processing. It provides a single image class supporting up to 4-dimensional datasets, with loading/saving, filtering, drawing, display, and statistics capabilities and minimal dependencies.
Use cases
- load and save images in various formats from C++
- apply filters and transformations to images
- draw primitives like text, curves, and 3d objects on images
- process volumetric 3d images and hyperspectral data
- compute image statistics in C++
- build image processing algorithms without heavy dependencies
- display images and handle user interactions in a C++ app
When to choose
- you need a lightweight, self-contained C++ image processing library with no complex dependencies
- you want a single-header library that is easy to integrate into existing C++ projects
- you need to work with multi-dimensional image data including 3d volumes
- you want a permissive-ish license (CeCILL-C, LGPL-like) usable in commercial applications
When to avoid
- you need GPU-accelerated or highly optimized large-scale image pipelines
- you prefer a Python or high-level API rather than C++ templates
- you need extensive built-in computer vision algorithms like feature detection or deep learning inference
- you require a permissive license like MIT or BSD for your project
Facets
library · maturity stable
image-processing graphics gui image-processing computer-vision graphics cross-platform windows cross-platform cpp header-only single-header image-filtering image-display volumetric-images cecill-license linux macos
3 sources
- readme: https://github.com/GreycLab/CImg · fetched 2026-08-28 · ebec9547a651
- homepage: http://cimg.eu · fetched 2026-08-29 · 8d2384ba2f28
- site_page: https://cimg.eu/reference/index.html · fetched 2026-08-29 · e93c234023d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GreycLab/CImg | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem