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.
C:\Users\Gaploid\Desktop\ImageMagick-6.8.6-9>convert.exe butterfly.ai but.jpeg
Unrecoverable error: invalidaccess in put
Operand stack:
true false --nostringval-- --nostringval-- --nostringval-- --nostringva
l-- --nostringval-- OutputAttributes --nostringval-- --nostringval-- Output
Attributes --nostringval--
convert.exe: `%s': %s "C:/Program Files (x86)/gs/gs9.09/bin/gswin32c.exe" -q -dQ
UIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=
0 -dGridFitTT=2 "-sDEVICE=pamcmyk32" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r
72x72" -dUseCIEColor "-sOutputFile=C:/Users/Gaploid/AppData/Local/Temp/magick-4
340UDuA61IlJi8F2662000" "-fC:/Users/Gaploid/AppData/Local/Temp/magick-4340sv56LW
Wve0DA" "-fC:/Users/Gaploid/AppData/Local/Temp/magick-4340T-JfppzSvhCt" @ error/
pdf.c/InvokePDFDelegate/205.
convert.exe: Postscript delegate failed `butterfly.ai': No such file or director
y @ error/pdf.c/ReadPDFImage/682.
convert.exe: no images defined `but.jpeg' @ error/convert.c/ConvertImageCommand/
3127.
Its clear that IM using Ghostscript here and I`v installed it correctly the latest version 9.09. I can convert some files but have a problem with that. If I convert this .ai file using ghostscript:
C:\Program Files (x86)\gs\gs9.09\bin>gswin32c.exe -dNOPAUSE -sDEVICE=jpeg -r144
-sOutputFile=c:\temp\example.jpeg C:\Users\Gaploid\Desktop\ImageMagick-6.8.6-9\b
utterfly.ai
GPL Ghostscript 9.09 (2013-08-21)
Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
I think the problem is with Ghostscript. I had installed ImageMagick-6.8.6-9-Q16-x64-dll.exe and gs909w64.exe, and I could not convert a certain PDF. I got an error similar to yours. Then I tried uninstalling Ghostscript and installing gs907w64.exe, and now I am able to convert that PDF. Try using Ghostscript 9.07 from here: http://sourceforge.net/projects/ghostsc ... ript/9.07/
Maybe someone should report a bug with Ghostscript?