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
ps convert problem
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: ps convert problem
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.
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/
https://imagemagick.org/Usage/
Re: ps convert problem
Thanks,
You were right. I found the old version and deleted it. And now it works. Yay!
You were right. I found the old version and deleted it. And now it works. Yay!