photocrop -- An SDL-based program for efficiently cropping and
thumbnailing images from digital cameras. Written by Tyler Montbriand
in Dec 2005.
I found it inefficient to load each and every image into GIMP, crop it,
then resize and resave it(TWICE for each image!) so I built a tool to
automate the process. It loads, resizes, and crops much faster than The
GIMP.
It saves JPEGs, and can load any image format supported by SDL_Image.
It uses libSDL, libSDL_image, and libjpeg.
|