Working with images in c++

Suggest libraries for working with images (applying effects ala instagram, correction) in C++

Author: Simankov, 2014-02-23

2 answers

  • imagemagick
  • libraw - working with raw
  • Gegl- (Generic Graphics Library) is a graph based image processing framework.
  • Cairomm - c++ wrapper for Cairo

Well, that's the first thing that comes to mind

 3
Author: Andrey Buran, 2014-02-23 10:46:48

OpenCV - mast know =)

 1
Author: free_ze, 2014-02-23 12:35:59