Package: imagemagick
Version: 6:6.0.6.2-2.4
Severity: normal

The -draw "image ..." option to convert overwrites more pixels of the
target image than expected.  Example of how to reproduce this:

$ 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.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages imagemagick depends on:
ii  libmagick6                 6:6.0.6.2-2.4 Image manipulation library

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to