Expand my Community achievements bar.

ImageMagick: Not able to convert .eps image to another format like .jpg or .png. Not able to generate renditions either.

Avatar

Level 2

I have installed Imagemagick tool and configured with AEM.

I tried this command

"magick.exe -define eps:size=319x319 circle.eps -thumbnail 319x319 circle.png"

I am getting following errors:

C:\Users\apande15>magick.exe -define eps:size=319x319 circle.eps -thumbnail 319x319 circle.png

"magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g540x720 -dEPSCrop  "-sOutputFile=C:/Users/apande15/AppData/Local/Temp/magick-1233654fGz-skV4hm%d" "-fC:/Users/apande15/AppData/Local/Temp/magick-12336ghXmaxPHkROt" "-fC:/Users/apande15/AppData/Local/Temp/magick-12336DnBmT2-mo7nT"' (The system cannot find the file specified.

) @ error/delegate.c/ExternalDelegateCommand/459.

magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g540x720 -dEPSCrop  "-sOutputFile=C:/Users/apande15/AppData/Local/Temp/magick-1233654fGz-skV4hm%d" "-fC:/Users/apande15/AppData/Local/Temp/magick-12336ghXmaxPHkROt" "-fC:/Users/apande15/AppData/Local/Temp/magick-12336DnBmT2-mo7nT" -c showpage' (The system cannot find the file specified.

) @ error/delegate.c/ExternalDelegateCommand/459.

magick.exe: Postscript delegate failed `The system cannot find the file specified.

' @ error/ps.c/ReadPSImage/884."

Any kind of help will be appreciated.

0 Replies