README 641 B

123456789101112
  1. The CImg Library is an open-source C++ toolkit for image processing.
  2. It mainly consists in a (big) single header file CImg.h providing a set of
  3. C++ classes and functions that can be used in your own sources, to load/save,
  4. manage/process and display generic images. It's actually a very simple
  5. toolkit for coding image processing stuffs in C++ : Just include the header
  6. file CImg.h, and you are ready to handle images in your C++ programs.
  7. Note: The archives hosted on http://cimg.eu/files/ do not contain the HTML
  8. documentation. Please refer to http://cimg.eu/reference/index.html or
  9. download a copy from https://github.com/dtschump/CImg