Return to Snippet

Revision: 55852
at February 24, 2012 07:41 by jasonseney


Updated Code
mogrify -resize 1024x1280\> -quality 97 -format jpg *.tif

Revision: 55851
at February 24, 2012 07:25 by jasonseney


Initial Code
mogrify -format jpg -quality 98 *.tif

Initial URL


Initial Description
Will find all __TIF__ files and create new __JPG__ files of the same file name.

-  97% quality
- Resize _down only_ to `1024x1280`

Initial Title
Convert Image Format and Preserve Names

Initial Tags
Bash

Initial Language
Bash