Image manipulating library?

Caporegime
Joined
18 Oct 2002
Posts
29,493
Location
Back in East London
Anyone know of an image manipulation library? We've been asked to make an app. that has image manip. within it, and we're making it with it's own UI, we're looking for a back-end library to manipulate images with. Nothing fancy, just the basic contrast/brightness and perhaps dithering.

Looked at GIMP libs but it's a bit .. chaotic.

Will be run on Linux.. so C preferred.

Much obliged :)
 
ImageMagick has lots of features and is written in C. There is also LibGD but I don't know if it has as many features but it is written in C.
 
Back
Top Bottom