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.
Possible bug with spread on windows 7
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Possible bug with spread on windows 7
Code: Select all
convert rose: -spread 3 rose_spread3.png
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.
See my message in this topic for a link to a zip of all the files.
- 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
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
./configure .... --disable-openmp