On Sat, Aug 21, 2004 at 03:49:34AM -0700, Cory Petkovsek wrote:
> Both the gimp and imagemagick does batch converts.  I think the gimp has a gui
> tool to do it, but I don't recall right now.  It has a command line way.
> Imagemagick is all command line.  Both are Free.

Specifically, you'll want ImageMagick's 'mogrify' program with the
-format option.

For example, to convert TIFF files in the current directory to JPEG:

$ mogrify -format jpeg *.tiff

-- 
<[EMAIL PROTECTED]>
_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to