image format converter

Dpk dpk@egr.msu.edu
Tue, 12 Sep 2000 15:07:20 -0400


On Tue, Sep 12, 2000 at 02:52:55PM -0400, Mark Szidik - MLC wrote:

   
   Anybody know of a program to convert tiff files to jpeg? 
   
   I have over 1000 (9.8MB each) tiff files that I would like to
   convert to jpegs in a batch process.
   
The command "convert" from the ImageMagick package.  Usage:

    convert file.tiff file.jpg

It does the conversion based on extension.

dpk