Certain commands not working in 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

Certain commands not working in Windows 7

Post by Tagomago »

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.)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Certain commands not working in Windows 7

Post by magick »

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

Re: Certain commands not working in Windows 7

Post by Tagomago »

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
Image

spread.jpg
Image

Both of these worked fine on my laptop, running Windows Vista. IM version on all computers is 6.6.7.7
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Certain commands not working in Windows 7

Post by el_supremo »

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

Re: Certain commands not working in Windows 7

Post by Tagomago »

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?
User avatar
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

Post by fmw42 »

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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Certain commands not working in Windows 7

Post by magick »

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

Re: Certain commands not working in Windows 7

Post by Tagomago »

Thanks so much!
Tagomago
Posts: 36
Joined: 2011-02-10T09:55:33-07:00
Authentication code: 8675308

Re: Certain commands not working in Windows 7

Post by Tagomago »

Spread is now working for me on Windows 7, 64-bit. Thanks again!
Post Reply