[magick-users] wrong density when converting PDF to PNG
zentara
zentara1 at sbcglobal.net
Sun Dec 21 12:24:03 PST 2008
On Sun, 21 Dec 2008 21:12:37 +0100
"Nagy Gabor" <mail.nagygabor at gmail.com> wrote:
>How could I convert a PDF to PNG, with good density, I already "google it",
>but it still doesn't work:
>
>convert *.pdf -density 600 original-png/file.png
>
>but is still gives unreadable text in the png file :(
>
>I also read that a PDF file doesn't store density information, then how to?
>
>thank you in anticipation
Try the flatten option?
>From a previous discussion on this list Andrew Thyssen recommended flatten.
# works well with font clarity for me
convert -density 288 zzimage.pdf -resize 25% \
-background white -flatten zzimage.png
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/Remember_How_Lucky_You_Are.html
More information about the Magick-users
mailing list