From Tim's website
Revision as of 12:07, 5 August 2010 by Tim (talk | contribs) (New page: === Resize and compress all images in a directory === The following command will using the imagemagick command to resize and recompress images to a small file: mogrify -resize 800x800 -qu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Resize and compress all images in a directory

The following command will using the imagemagick command to resize and recompress images to a small file:

mogrify -resize 800x800 -quality 10 -monitor *