slack-desc 1023 B

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. CImg: CImg (open-source C++ toolkit for image processing)
  9. CImg:
  10. CImg: It mainly consists of a (big) single header file CImg.h providing a
  11. CImg: set of C++ classes and functions that can be used in your own sources,
  12. CImg: to load/save, manage/process and display generic images. It's
  13. CImg: actually a very simple and pleasant toolkit for coding image
  14. CImg: processing stuff in C++: just include the header file CImg.h,
  15. CImg: and you are ready to handle images in your C++ programs.
  16. CImg:
  17. CImg: Homepage: http://cimg.sourceforge.net/
  18. CImg: