-2

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:

Fast Cross-Platform C/C++ Image Processing Libraries

Cross-platform drawing library

Community
  • 1
  • 1
Viet
  • 17,944
  • 33
  • 103
  • 135

3 Answers3

3

We used ImageMagick for some courses in university. Played quite well.

amit kumar
  • 20,438
  • 23
  • 90
  • 126
1

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.

mloskot
  • 37,086
  • 11
  • 109
  • 136
0

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.

Vilhelm
  • 91
  • 1
  • 5