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 a URL to your 1813.eps so we can download it and inspect it. We need to determine if the problem is with the Postscript file, Ghostscript, or ImageMagick.
EPT files include a TIFF preview, yours does not. We have accounted for the missing TIFF preview with a patch in ImageMagick 6.3.8-1 Beta available sometime tomorrow.
Hallo,
i have a problem maybe similar to the problem above.
I can't open different eps-Files in Imagemagick.
For example: http://www.jl-medien.de/testlogo.eps
The error is NoDecodeDelegateForThisImageFormat like the Author 'Kriks' get with the eps.
I use Imagemagick (Binary-Version for Windows 6.3.8-11-Q16) for Windows.
Do you have fixed the Bug for this Version , yet ?
Can you tell me if this is the same problem ?
Thank you for the quick response.
After different tests , I think the problem depend on the Magickwand for PHP or the combination ghostscript and php
I use Ghostscript 8.53 and the programm is working. I test it with Ghostview.
Also, I can watch the speciell EPS with Image Magick Display.
the code 'identify testlogo.eps' give me the information i need (Width, height,..).
Unfortunately i need to use Magickwand to get Informations by a php-script.
This is the problem.
After trying different dlls , i find one without throwing the error.
Unfortunately i get no Information (width, height,..) for the eps.
Trying to get them with:
MagickGetImageWidth( $resource );
MagickGetImageHeight( $resource );
Must i try it with exec (identify ...) or are there other possibilities?
Do you have any advise?