Possible bug with spread on windows 7

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
Tagomago
Posts: 36
Joined: 2011-02-10T09:55:33-07:00
Authentication code: 8675308

Possible bug with spread on windows 7

Post by Tagomago »

Hi,

I've been trying the spread command on IM 6.6.7.7 Q16. IM is running on a Dell Precision T3500 with windows 7 (quad core E5507 processor, 4gigs ram if that matters)

This is my input:

convert rose: -spread 3 rose_spread3.png

or: Convert test.jpg -spread 3 spread.png

In both cases, as well as others I have tried, the result is always a solid block of color.

Others on different system can't seem to get the same issue, so I'm wondering if this might be a bug related to windows or my configuration.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Possible bug with spread on windows 7

Post by el_supremo »

Code: Select all

convert rose: -spread 3 rose_spread3.png
Works OK on my system: Win 7 Pro x64, IM 6.6.7-4 Q16.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug with spread on windows 7

Post by fmw42 »

Perhaps try by disabling OpenMP if you are using multiprocessor system. I don't know if this is windows relevant or not.

./configure .... --disable-openmp
Post Reply