@snibgosnibgo wrote: ↑2017-01-25T08:14:59-07:00 Okay. You need both "-resize" and "-extent", such as:Code: Select all
convert in.png -resize 900x900 -background Black -gravity center -extent 900x900 out.png
Works like a charm! You are my hero!!!
@snibgosnibgo wrote: ↑2017-01-25T08:14:59-07:00 Okay. You need both "-resize" and "-extent", such as:Code: Select all
convert in.png -resize 900x900 -background Black -gravity center -extent 900x900 out.png