I'm looking a cross-platform image processing library in C/C++ which is under active development. One more requirement: No GPL license.
Some references:
I'm looking a cross-platform image processing library in C/C++ which is under active development. One more requirement: No GPL license.
Some references:
We used ImageMagick for some courses in university. Played quite well.
It is unclear from your questions what you mean image processing, what algorithms are you interested in
Check GraphicsMagick which is multi-threaded toolkit derived from ImageMagick, available under X11-style license.
AMD released Framewave which provides image processing functionality, under Apache v2.0 license.
I have used ImageStack for a few projects, and it is under active development. You can use it as a command-line tool, or as a library.