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

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 Reply
petercoloney

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

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
petercoloney

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

Post by petercoloney »

yes when i execute convert filename.eps filename.jpg/png it creates file without any error
Post Reply