convert is not working on the Linux server I am using
$ convert exploss_stumps.jpg exploss_stumps.eps
convert: missing an image filename `exploss_stumps.eps' @ convert.c/ConvertImageCommand/2838
Any idea why?
|
convert is not working on the Linux server I am using
Any idea why?
| ||||
|
feedback
|
|
Verify that what you are trying to accomplish is valid. You're trying to convert a raster image into a vector which is a non-trivial exercise and certainly beyond the scope of imagemagick: http://www.imagemagick.org/Usage/formats/#vector
| ||||
|
feedback
|
|
I think you are going to need to specify more details.
Have you confirmed that the original image is valid? (Use ImageMagick's Is Ghostscript ( Use
| |||
|
feedback
|