http://www.imagemagick.org/Usage/thumbnails/#pad
I'm using the command to resize an image to 50px wide, and then to center it on a black 75x75 background. Following the example from the above resource, this is my command:
Code: Select all
convert -size 200x200 tall.jpg -resize 50 -background black -gravity center -extent 75x75 tall_pad.jpg
Any help would be greatly appreciated. I really want to understand this very powerful tool.
nic