in reply to Batch Image Processing

And if you're on Unix/Linux, convert has always worked well for me -- I build web picture galleries from a script that calls convert: it scales pictures to a specific size, as well as creating thumbnails, individual web pages and a table of contents. Simple stuff.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^2: Batch Image Processing
by rhesa (Vicar) on Aug 09, 2006 at 21:43 UTC
    I'm sure you already know, but convert is one of the command line tools that are part of Image Magick. We use convert together with composite to add watermarks. Cool tools!

      I did know that -- but if all you want to do is resize an image, getting Perl to build a command line for convert can be enough to get the job done.

      Alex / talexb / Toronto

      "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds