Convert Image Format and Preserve Names


/ Published in: Bash
Save to your folder(s)

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

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


Copy this code and paste it in your HTML
  1. mogrify -resize 1024x1280\> -quality 97 -format jpg *.tif

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.