What are some cross platform and high performance image libraries for image processing (resizing and finding the color/hue histograms). No gui needed. This is for C/C++.
So far I have looked in to
- OpenCV
- GIL as part of Boost
- DevIL
- CImg
My questions
- How's the performance of the ones I have listed above
- What are some other libraries
Your input much appreciated.