Page 1 of 1

Incorrect output from convert and -draw

Posted: 2008-03-23T09:27:03-07:00
by naoliv
Hi!

From http://bugs.debian.org/337837:

Code: Select all

convert -size 20x20 xc:yellow yellow.png
convert -size 10x10 xc:red red.png
convert yellow.png -draw "image Over 0,0 0,0 red.png" total.png
total.png ought to contain 100 red pixels, in rows 0-9 and columns 0-9;
in actuality, it contains 111 red pixels, in rows 0-9 and columns 0-10,
and in row 10, column 0.
Last tested with ImageMagick 6.4.0-0 beta

Thank you!

Re: Incorrect output from convert and -draw

Posted: 2008-03-23T16:32:04-07:00
by magick
We have a patch for this problem in ImageMagick 6.3.4-0 Beta (available sometime tomorrow).