Incorrect output from convert and -draw

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Incorrect output from convert and -draw

Post 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!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Incorrect output from convert and -draw

Post by magick »

We have a patch for this problem in ImageMagick 6.3.4-0 Beta (available sometime tomorrow).
Post Reply