PDA

View Full Version : [ubuntu] Change multiple .jpg file sizes - ImageMagick?


NEUR0M4NCER
November 13th, 2008, 10:59 PM
Hi all - is there any simple way of lowering the file-size of a bunch of different .jpg's across different folders to 150kb? ImageMagick looks promising, but TBH I don't really want to learn the complex syntax to perform a one time only operation... Yes, I know it's lazy.

nowardev
November 14th, 2008, 06:07 AM
xD

well i have made my little converter .. it's for kde i know but look at my signature

anyway...

you have to install imagemagick then just type this

convert -resize 720x576 input output


convert input-file [options] output-file

NEUR0M4NCER
November 14th, 2008, 03:49 PM
Thanks nowardev... I spent a few hours doing it manually with the Gimp last-night..... Man was that a pain in the behind.