EPS File handlling error
Posted: 2017-12-04T11:20:57-07:00
Dear team,
I am trying to create jpeg file from a eps image. The file fails to open with an error.
To download, https://github.com/l-dandelion/images/b ... S/test.eps
I have Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16, which displays this error after these commands:
Command:
convert test.eps -resize 800x800 tmp.jpg
Error:
convert: insufficient image data in file `test.eps' @ error/ept.c/ReadEPTImage/200.
convert: no images defined `tmp.jpg' @ error/convert.c/ConvertImageCommand/3275.
Is it possible to fix? Thank you for any help!
I am trying to create jpeg file from a eps image. The file fails to open with an error.
To download, https://github.com/l-dandelion/images/b ... S/test.eps
I have Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16, which displays this error after these commands:
Command:
convert test.eps -resize 800x800 tmp.jpg
Error:
convert: insufficient image data in file `test.eps' @ error/ept.c/ReadEPTImage/200.
convert: no images defined `tmp.jpg' @ error/convert.c/ConvertImageCommand/3275.
Is it possible to fix? Thank you for any help!