[Magick-bugs] Documentation issue: convert -draw ... Over
Adam B
cruxic at gmail.com
Sat Dec 13 14:32:31 PST 2008
Hello all,
Something that tripped me up with the documentation:
I was learning about the -draw option of convert here:
http://www.imagemagick.org/script/command-line-options.php#draw
It gives an example for drawing an image:
-draw 'image Over 100,100 225,225 image.jpg'
It says to see -compose for a description of the composite operators.
But I go there an the "Over" operator is not described.
Also, it may be worth noting that the convert program accepts "Over"
but didn't do what I expect. Upon inspection of the output image I
noticed off-by-one-pixel problems with the images I was overlaying.
Using "src-over" fixed the issue.
Thanks for the great tool.
- Adam
More information about the Magick-bugs
mailing list