Failed to convert .ai -> .png

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
APXEOLOG
Posts: 1
Joined: 2015-06-06T06:43:24-07:00
Authentication code: 6789

Failed to convert .ai -> .png

Post by APXEOLOG »

Hi! I have an error when trying to convert .ai

Code: Select all

X:\>convert test.ai test.png
convert.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -
dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEV
ICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72"  "-sOutputFile=C
:/Users/Test/AppData/Local/Temp/magick-19116A_vWkw6IPp90%d" "-fC:/Users/Test/AppData/Local/Temp/magick-19116jovZEN6pzNza" "-fC:/Users/Test/AppData/L
ocal/Temp/magick-19116j5dbzOP3z7Ev"' (Cannot find specified file.
) @ error/delegate.c/ExternalDelegateCommand/480.
convert.exe: PDFDelegateFailed `Cannot find specified file.
' @ error/pdf.c/ReadPDFImage/797.
convert.exe: no images defined `test.png' @ error/convert.c/ConvertImageCommand/
3212.
Any ideas?
I'm not sure i can provide an example of the file, it is for inner usage only
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Failed to convert .ai -> .png

Post by Bonzo »

Looks like a ghostscript error - is it installed?
Post Reply