Created
January 27, 2018 12:15
-
-
Save danielef/2e825a61951d5211a93d43a7b16e8896 to your computer and use it in GitHub Desktop.
ImageMagick / Image Pad Out
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
#!/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