Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save albertodebortoli/4fd58b1bfede2f72a327a8042d211551 to your computer and use it in GitHub Desktop.
Save albertodebortoli/4fd58b1bfede2f72a327a8042d211551 to your computer and use it in GitHub Desktop.
Imagemagick batch resizing
$ 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