Registry / other / cimg
library3.7.5vcpkgunverified

The CImg Library is a small, open-source, and modern C++ toolkit for image processing

vcpkg install cimg
INSTALL
IMPORT
SIG · CIMG
C
cimg
othercppv3.7.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CImg.h
#include <CImg.h>

Create and save a simple image with text

#include "CImg.h" using namespace cimg_library; int main() { CImg<unsigned char> img(640, 400, 1, 3, 0); img.draw_text(10, 10, "Hello, World!", CImg<unsigned char>::color(255, 255, 255)); img.save_bmp("output.bmp"); return 0; }
Debug
Known issues
gotchaCImg is header-only but may require linking against system libraries (e.g., libpng, libjpeg) for image format support.
fix
Install corresponding development packages and set CIMG_USE_PNG, CIMG_USE_JPEG, etc. as needed.
affects: all
Upgrade
Version history
3.7.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

cimg — pip install cimg · libregistry