I've just discovered that on Windows 7 commands like -spread and some translations of Fred's scripts do not work, but they work fine on XP/Vista/32-bit windows. I just tested this over several machines (2 each on Windows 7, 2 each on XP/Vista)
I couldn't get a clear search result in this forum to see if this issue has been raised before. I will update as I discover more commands that don't work properly. (I also need to go update some threads.)
Certain commands not working in Windows 7
Re: Certain commands not working in Windows 7
Post an example of a command that does not work so we can investigate. For example, you say -spread does not work under Windows 7. Does this command fail for you?
- convert logo: -spread 3 logo.png
Re: Certain commands not working in Windows 7
Sorry to not do that in the first place.
convert logo: -spread 3 logo.png
output image: blank white.
convert test.jpg -spread 3 spread.jpg
test.jpg
spread.jpg
Both of these worked fine on my laptop, running Windows Vista. IM version on all computers is 6.6.7.7
convert logo: -spread 3 logo.png
output image: blank white.
convert test.jpg -spread 3 spread.jpg
test.jpg
spread.jpg
Both of these worked fine on my laptop, running Windows Vista. IM version on all computers is 6.6.7.7
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Certain commands not working in Windows 7
FYI, that command works with your test image (and with logo:) on my Win7 Pro x64 system with:
Version: ImageMagick 6.6.7-4 2011-01-29 Q16 http://www.imagemagick.org
Features: OpenMP
Pete
Version: ImageMagick 6.6.7-4 2011-01-29 Q16 http://www.imagemagick.org
Features: OpenMP
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.
Re: Certain commands not working in Windows 7
Hm... It failed to work on two Windows 7 machines, both running 6.6.7.7 or close to it.
Someone brought up OpenMP before - I see what it is generally on wikipedia, but I have no idea if these two computers have it. Should they?
Someone brought up OpenMP before - I see what it is generally on wikipedia, but I have no idea if these two computers have it. Should they?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Certain commands not working in Windows 7
OpenMP is employed in IM to allow a multiprocessor computer to spread the processing over all your processors. You can enable or disable its use in IM configure file.
Re: Certain commands not working in Windows 7
We can reproduce the problem you reported and have a patch in ImageMagick 6.6.7-10 Beta available by sometime tomorrow. Look for updated Windows binaries sometime this weekend.
Re: Certain commands not working in Windows 7
Thanks so much!
Re: Certain commands not working in Windows 7
Spread is now working for me on Windows 7, 64-bit. Thanks again!