ImageMagick install on Windows 8
Posted: 2014-01-03T07:35:15-07:00
Operating System: Windows 8.1
System Type: 64-bit, x64
Version: ImageMagick-6.8.8-1-Q16-x64-dll
I have been trying since yesterday to install ImageMagick as part of my Latexml installation. Please note that I am using Strawberry perl as my command line prompt.
I am able to run most of the setup wizard without any issues, however, when I am asked to do the following:
You 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.
I did some research, and I had to use the absolute path names to get it to run (which I think that it did), but the wizard window is nowhere to be found.
This worked, and I got a long list of directions about the image.
This appeared to run, but the wizard did not pop up.
Any help would be greatly appreciated.
System Type: 64-bit, x64
Version: ImageMagick-6.8.8-1-Q16-x64-dll
I have been trying since yesterday to install ImageMagick as part of my Latexml installation. Please note that I am using Strawberry perl as my command line prompt.
I am able to run most of the setup wizard without any issues, however, when I am asked to do the following:
You 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.
I did some research, and I had to use the absolute path names to get it to run (which I think that it did), but the wizard window is nowhere to be found.
Code: Select all
C:\>"C:\Program Files\ImageMagick-6.8.8-Q16\convert.exe" wizard:"C:\Program File
s\ImageMagick-6.8.8-Q16\images\wizard.jpg"
Code: Select all
C:\>"C:\Program Files\ImageMagick-6.8.8-Q16\convert.exe" "C:\Program Files\Image
Magick-6.8.8-Q16\images\wizard.jpg" win:
Any help would be greatly appreciated.