[Eug-lug] batch convert

Jacob Meuser jakemsr at jakemsr.com
Sat Aug 21 11:33:38 PDT 2004


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

-- 
<jakemsr at jakemsr.com>


More information about the EUGLUG mailing list