README 641 B

1234567891011121314
  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
  3. set of C++ classes and functions that can be used in your own sources,
  4. to load/save, manage/process and display generic images. It's actually
  5. a very simple toolkit for coding image processing stuffs in C++ : Just
  6. include the header file CImg.h, and you are ready to handle images in
  7. your C++ programs.
  8. Note: The archives hosted on http://cimg.eu/files/
  9. do not contain the HTML documentation. Please refer to
  10. http://cimg.eu/reference/index.html or download a copy from
  11. https://github.com/dtschump/CImg