On Wed, Jul 05, 2000 at 07:10:47PM -0600, Steve Hitchner <[EMAIL PROTECTED]> 
wrote:
> are in TIFF format, I want to open them, resize them, from 2048X2668 
> pixels to 115X150 and save (same filename different extension) them as a
> medium quality JPEG thumbnail. I would prefer to somehow create a script

And here is the example using ImageMagick (untested):

$ mogrify -format jpg -quality 70 -geometry "115x150>" *.tif

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       [EMAIL PROTECTED] |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |

Reply via email to