ps convert problem

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
fokfokfok

ps convert problem

Post by fokfokfok »

Hey I want to use imagemagick to convert some ps files to png but I can't make it work :(

I get the following error:

convert temp.ps temp.png
gs: Interpreter revision (854) does not match gs_init.ps revision (707).
gs: Interpreter revision (854) does not match gs_init.ps revision (707).
convert: no decode delgate for this imaget format 'temp.ps'
convert: missing an imaget filename 'temp.png'

What is wrong?

Thanks
fokfokfok
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: ps convert problem

Post by anthony »

It means your ghostscript installation is pooched!

You have one version of the executatble, but it is only finding the initialization file for a different and older version.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
fokfokfok

Re: ps convert problem

Post by fokfokfok »

Thanks,

You were right. I found the old version and deleted it. And now it works. Yay!
Post Reply