Created
April 18, 2011 13:13
-
-
Save u1tnk/925293 to your computer and use it in GitHub Desktop.
ImageMagickで指定サイズで空白を埋める。
This file contains 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
convert input.jpg -resize 1024x1024\> -size 1024x1024 xc:white +swap -gravity center -composite output.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment