[magick-users] Composite issues
Anthony Thyssen
A.Thyssen at griffith.edu.au
Sun May 10 22:49:59 PDT 2009
On Fri, 8 May 2009 19:35:37 -0400
David Di Biase <dave.dibiase at gmail.com> wrote:
| 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.
|
I am not suprised it is not aligning. You are mixing composition methods.
-flatten does not use -gravity or -geometry on -page or -repage virtual canvas for layer image offsets from the top left corner.
-composite on the other hand ignores -page or -repage offsets but does
understand -gravity and -geometry positioning.
See IM Examples
Composite vs Layer Offsets
http://www.imagemagick.org/Usage/compose/#geometry
This was Just updated to attempt to make things clearer.
Give it until tuesday for the official site to get the changes.
Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
PC: I point the wand at the dragon and say the word.
DM: (rolls dice) You just died! PC: WHAT!?! DM: Wrong end.
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list