Page 1 of 1

Facing problem with conversion of image from .ai to .jpg

Posted: 2009-07-24T04:29:54-07:00
by petercoloney
when i try to convert for command prompt it give me error like this
GPL Ghostscript 8.64: unrecoverable error

so what am i doing wrong i have installed ghostscript gs864w32.exe and ImageMagick-6.5.4-3-Q16-windows-dll.exe


waiting for reply.

Re: Facing problem with conversion of image from .ai to .jpg

Posted: 2009-07-24T05:29:18-07:00
by magick
Try these commands:
  • convert logo: logo.eps
    convert logo.eps logo.png
Do they execute without complaint? If so, the problem may be specific to your Postscript / PDF file. If not, it may be an installation problem with Ghostscript.

Re: Facing problem with conversion of image from .ai to .jpg

Posted: 2009-07-24T06:09:42-07:00
by petercoloney
yes when i execute convert filename.eps filename.jpg/png it creates file without any error