Page 1 of 1

ps convert problem

Posted: 2007-02-27T09:35:56-07:00
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

Re: ps convert problem

Posted: 2007-02-27T17:31:13-07:00
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.

Re: ps convert problem

Posted: 2007-02-27T19:58:32-07:00
by fokfokfok
Thanks,

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