Incorrect output from convert and -draw
Posted: 2008-03-23T09:27:03-07:00
Hi!
From http://bugs.debian.org/337837:
Thank you!
From http://bugs.debian.org/337837:
Last tested with ImageMagick 6.4.0-0 betatotal.png ought to contain 100 red pixels, in rows 0-9 and columns 0-9;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
in actuality, it contains 111 red pixels, in rows 0-9 and columns 0-10,
and in row 10, column 0.
Thank you!