Convert EPS to JPG or PNG doesn't work
Posted: 2018-07-25T10:42:34-07:00
Hello,
- Version: ImageMagick 7.0.8-7 Q16 x86_64 2018-07-19 https://www.imagemagick.org
- Working on mac : Yosemite 10.10.5
I'm trying to convert a file called test.eps into another format : png or jpeg (I will need both at the end )
However, I'm having the following couple of command / errors :
convert test.eps test.png
--> convert: no images defined `test.png' @ error/convert.c/ConvertImageCommand/3275.
magick test.eps test.png
magick: no images for write '-write' 'test.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4750.
I have tried several other way to write the command (adding density for the conversion, adding EPS: before test.eps name cause I read it on other topics viewtopic.php?f=3&t=33182&p=151909&hili ... ed#p151909)) but I'm always facing the same issue.
The eps file is available here : https://www.dropbox.com/s/pzf68tvz2cjcuwk/test.eps?dl=0
But I think it's not related to the EPS as I've tried with other EPS and it was not working neither.
Thanks by advance for you help,
MisterJpa
- Version: ImageMagick 7.0.8-7 Q16 x86_64 2018-07-19 https://www.imagemagick.org
- Working on mac : Yosemite 10.10.5
I'm trying to convert a file called test.eps into another format : png or jpeg (I will need both at the end )
However, I'm having the following couple of command / errors :
convert test.eps test.png
--> convert: no images defined `test.png' @ error/convert.c/ConvertImageCommand/3275.
magick test.eps test.png
magick: no images for write '-write' 'test.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4750.
I have tried several other way to write the command (adding density for the conversion, adding EPS: before test.eps name cause I read it on other topics viewtopic.php?f=3&t=33182&p=151909&hili ... ed#p151909)) but I'm always facing the same issue.
The eps file is available here : https://www.dropbox.com/s/pzf68tvz2cjcuwk/test.eps?dl=0
But I think it's not related to the EPS as I've tried with other EPS and it was not working neither.
Thanks by advance for you help,
MisterJpa