Created
March 9, 2018 14:53
-
-
Save albertodebortoli/4fd58b1bfede2f72a327a8042d211551 to your computer and use it in GitHub Desktop.
Imagemagick batch resizing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install imagemagick | |
$ convert UK-iPad*.png -resize 50% -set filename:fname '%t_Resized' +adjoin '%[filename:fname].png' | |
credits to Oliver Pearmain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment