I am using Linux. I want to convert an eps file to jpeg file. I find that I can use "convert" command. However, the resulting image looks very small. I want to enlarge the jpeg file by -resize option. It seems not to work. The resulting image is a pure black one. Does anyone have the same problem?
Here are more details:
If I use:
convert -scale 1000x1000 your.eps your.jpgThe resulting image looks like a low quality image. The eps vector image is not scaled properly.
If I use:
convert -geometry 300% your.eps your.jpgI get a pure black image.
Here is my phf file:
and my eps file: