Page 1 of 1

(bug?) -spread produces different result in IM6.3.9.10

Posted: 2008-03-22T20:52:56-07:00
by kyle1234
Hi all,
I noticed -spread option produces different result between IM6.3.9.10 and IM6.3.8.5.
when I executed command below in IM6.3.9.10, convert.exe produces unexpeced black noises.(in IM6.3.8.5, it produces correct result without black noises.)
convert.exe -size 200x200 xc:white -fill blue -draw "rectangle 20,10 179,189" -spread 1 test.png
best regards,
Kyle

Re: (bug?) -spread produces different result in IM6.3.9.10

Posted: 2008-03-23T06:37:47-07:00
by magick
We have a patch for the problem you reported in ImageMagick 6.4.0-0 Beta available sometime tomorrow. Thanks.

Re: (bug?) -spread produces different result in IM6.3.9.10

Posted: 2008-03-23T07:06:32-07:00
by kyle1234
Thanks for great work!