Bob Miller wrote:

> Cory Petkovsek wrote:
> 
> > I'm working with jpegs.
> 
> Try this.
> 
>       djpeg old/00001.jpg | \
>               pnmscale -xysize 640 480 | \
>               cjpeg [options] > new/00001.jpg

If you need to do other image processing steps (and if they are
automatable), take a look at ImageMagick's mogrify program.  It's
a command line tool that does most of what the Gimp does.

-- 
Bob Miller                              K<bob>
kbobsoft software consulting
http://kbobsoft.com                     [EMAIL PROTECTED]

Reply via email to