Skip to content

Instantly share code, notes, and snippets.

@danielef
Created January 27, 2018 12:15
Show Gist options
  • Save danielef/2e825a61951d5211a93d43a7b16e8896 to your computer and use it in GitHub Desktop.
Save danielef/2e825a61951d5211a93d43a7b16e8896 to your computer and use it in GitHub Desktop.
ImageMagick / Image Pad Out
#!/bin/bash
# See http://www.imagemagick.org/Usage/thumbnails/#pad
convert image200x70.png -thumbnail '200x200>' -background transparent -gravity center -extent 200x200 image199x199.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment