Code: Select all
convert.exe no decode delegate for this image format 'test.eps'
convert.exe: missing an image filename 'test.png'
I've also read that, if imagemagick isn't compiled with ghostscript support, it can still make use of it at runtime as long as the gs program is in your path.
Ghostscript didn't come with a binary file named "gs.exe" (which, i assume is what imagemagick will look for), so I made a copy of gswin32.exe and renamed it to gs.exe. I then added the bin directory from my ghostscript installation to the PATH environment variable. I am still getting the same error message, however.
Is there something more that I need to do?
Thanks,
Rob