How to convert eps file to a large jpeg image
Posted
by
Anand
on Super User
See other posts from Super User
or by Anand
Published on 2010-09-15T08:02:00Z
Indexed on
2010/12/25
19:55 UTC
Read the original article
Hit count: 355
Hello,
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. Do anyone has the same problem?
Here are more details: 1: if I use
convert -scale 1000x1000 your.eps your.jpg
the resulting image looks like a low quality image. The eps vector image is not scaled properly.
2: if I use
convert -geometry 300% your.eps your.jpg
I get a pure black image.
Here is my phf file: 2shared.com/document/RXl2Be-g/askquestions.html
and my eps file: 2shared.com/file/qrmwKegj/askquestions.html
Thank you very much for your help!
© Super User or respective owner