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 _______________________________________________ Magick-bugs mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-bugs
