Documentation issue: convert -draw ... Over
"Adam B" <[email protected]> Sat, 13 Dec 2008 14:32:31 -0800
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
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