[SOLVED]6.8.3+Win7 x86-issues with "convert wizard.jpg win:"
Posted: 2013-03-12T13:12:18-07:00
I am using the Windows precompiled binary ImageMagick-6.8.3-9-Q16-x86-dll.exe on Windows 7 Professional x86.
I am experiencing an similar issue as reported here
When I run the test commands "convert wizard: wizard.jpg && convert wizard.jpg win:" after installation I see the Windows "Open With" dialog instead of the image.
I installed this version of ImageMagick as follows:
If I am quick enough, I can select "Windows Photo Viewer" and view the image before the command "times out" (?)
Is there a way for ImageMagick to let Windows know that the temporary file name is an image?
I tried modifying the "delegates.xml" file to add a delegate for jpg (copied and pasted the delegate for png) but this did not appear to work.
Code: Select all
>convert -version
Version: ImageMagick 6.8.3-8 2013-03-04 Q16 http://www.imagemagick.org
opyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
eatures: DPC OpenMP
elegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
When I run the test commands "convert wizard: wizard.jpg && convert wizard.jpg win:" after installation I see the Windows "Open With" dialog instead of the image.
I installed this version of ImageMagick as follows:
- Uninstalled the previous version of ImageMagick
- Ran the new installer as Administrator
- Used the default settings during the installation.
When I run the second command the Windows "Open With" dialog appears and saysYou have now installed ImageMagick. To test the installation select Command Prompt from the Windows Start menu. Within the window type:
convert wizard: wizard.jpg
convert wizard.jpg win:
and the ImageMagick wizard displays in a window.
(The temporary file name changes each time I run the command, natch)Choose the program you want to use to open this file:
File: magick-4628kezn5-8WBfJU
If I am quick enough, I can select "Windows Photo Viewer" and view the image before the command "times out" (?)
Is there a way for ImageMagick to let Windows know that the temporary file name is an image?
I tried modifying the "delegates.xml" file to add a delegate for jpg (copied and pasted the delegate for png) but this did not appear to work.
Code: Select all
<delegate decode="jpg" encode="win" spawn="True" mode="encode" command="cmd.exe /C start "%m" file:///"%i."" />