Search found 2 matches
- 2012-10-02T15:39:31-07:00
- Forum: Users
- Topic: convert eps to png, edge is missing, why?
- Replies: 3
- Views: 3943
Re: convert eps to png, edge is missing, why?
try convert -density 300 image01.eps -rotate -90 -flatten +repage image01.png Hi, thank you very much for your help. But, unfortunately, this still doesn't work. I have no idea of how to put figure here, so I cannot show you the results. Do you mind send me your email address? My email address is ...
- 2012-10-02T10:07:00-07:00
- Forum: Users
- Topic: convert eps to png, edge is missing, why?
- Replies: 3
- Views: 3943
convert eps to png, edge is missing, why?
Hi, I have a question about converting eps files to png format. I used command convert -rotate -90 -flatten -density 300 image01.eps image01.png. The resulting png file looks OK, but the right-most edges (about 5% of the whole length of the picture) is missing. I cannot attach image here, so if ...