(newbie) Struggling to convert SVG to EPS
Posted: 2010-01-29T11:33:19-07:00
Hi all,
I am using Debian Etch; I installed imagemagick using apt-get.
I have a piece of PHP code which generates an SVG file. I want to convert it to an EPS file so that I can load it in Adobe Photoshop CS4 on my Windows machine.
I am using the following command to try to do the conversion:
And I am getting the following error:
(of course, the name of the file changes every time because it is a temporary file).
I then tried:
But I still get the same error.
What am I doing wrong?
Thanks in advance for your help.
I am using Debian Etch; I installed imagemagick using apt-get.
I have a piece of PHP code which generates an SVG file. I want to convert it to an EPS file so that I can load it in Adobe Photoshop CS4 on my Windows machine.
I am using the following command to try to do the conversion:
Code: Select all
mogrify -format eps myfile.svg
Code: Select all
mogrify: Must specify image size `/tmp/magick-XXtl9VHN'
I then tried:
Code: Select all
mogrify -format eps myfile.svg -resize 800x800
What am I doing wrong?
Thanks in advance for your help.