-extent: Problems with position and background color
Posted: 2007-08-26T10:04:25-07:00
Hello,
I want the small image to be positioned at the bottom right, and I want the background of the image to be red.
But this gives me a black background and positions the image at the top left.
What am I doing wrong? How can this be fixed?
Thanks!
I want the small image to be positioned at the bottom right, and I want the background of the image to be red.
But this gives me a black background and positions the image at the top left.
Code: Select all
convert -size 1633x198 h.jpg -thumbnail '1633x9998>' -background red -gravity SouthEast -extent 1633x198 +repage image.jpg
Thanks!