[magick-users] Composite issues
Fred Weinhaus
fmw at alink.net
Fri May 8 17:16:36 PDT 2009
Append is used with multiple images specified before the function
convert 1194.jpg profile_logo.png -gravity southwest out.jpg
but the -gravity option was not added until IM v6.4.7-1 and it puts
the images next to each other, NOT over each other.
What version of IM are you using?
I thought you wanted to have one image inserted over the southwest
corner of the other.
convert largerimage smallerimage -gravity southwest -compose over
-composite outimage
Do either of your source images have transparency? If so, how do you
want that handled?
>Hmmm, well it looks like I got this to work:
>
>convert 1194.jpg -gravity SouthWest -append profile_logo.png -flatten
>out.jpg
>
>The issue now is that it's not aligning in the southwest corner! What might
>I be doing incorrectly? I've tried a few variations now without luck.
More information about the Magick-users
mailing list