Table of Contents
> Does anyone know of a utility that will do something like 'reduce-by-25% > *.jpg'
David K. Drum
djpeg -g foo.jpg | cjpeg -q 10 > small.jpg
This decompresses to GIF and then feeds the GIF into cjpeg to make a JPG of pretty low (in this case, 10) quality (hence small size).
cjpeg and djpeg are freewares available in the usual places - they are installed by default on RH Linux. You still have to play with it a bit to figure out a good internal format to use.
Kenny McCormack
Use John Cristy's ImageMagick.
http://www.wizards.dupont.com/cristy/ImageMagick.html
noble
documented on: 1999.09.13