Search found 2 matches

by mike1
2011-01-13T21:28:31-07:00
Forum: Users
Topic: convert -trim enlarges image width?
Replies: 3
Views: 7124

Re: convert -trim enlarges image width?

Thanks for replying. I'll try to clarify the issue I'm facing: I have DVI files generated by LaTeX. The elements (text/images) occupy a small portion of the page. I want to import them into another program where the relevant supported formats seem to be EPS, PNG, SVG. If the Latex document does not ...
by mike1
2011-01-13T01:07:11-07:00
Forum: Users
Topic: convert -trim enlarges image width?
Replies: 3
Views: 7124

convert -trim enlarges image width?

Hi all, I have a postscript file with an image with a width of 5cm against a colour background. To extract the image and convert it to PNG I use: convert -density 400 -trim p.ps p.png However the width of the resultant p.png image is probably 15cm across (I view it with eye-of-gnome at 100% scale ...