Best image manipulation library?
I'm developing a program for an embedded Linux distro which needs to be very lightweight and dynamically compose 4 JPEG images into one large panorama. To do this really simply, I need to at least be able to rotate images and then make them overlap (there's 4), then save out the result to disk. What libraries can you think of that I can compile for a mipsel machine to link against? I'm looking to do this in C, not on the command line.
All ideas welcome
Austin
|