/ Published in: Bash
Will find all TIF files and create new JPG files of the same file name.
- 97% quality
- Resize down only to
1024x1280
Expand |
Embed | Plain Text
mogrify -resize 1024x1280\> -quality 97 -format jpg *.tif
You need to login to post a comment.
