[Tex/LaTex] LaTeX images formatting

png

I'm writing a report and inserting a few raster images in (in PNG format) using:

\usepackage[pdftex]{graphicx}

\includegraphics[width=4in]{poker.png}

My problem is that when saving as a PDF the images are look really awful, am I missing something?

Best Answer

I do the exact thing all the time, and it always looks good.

Perhaps it is the pdf viewer that renders it badly? (I use xpdf mostly.)

Maybe you can post screenshots of the image, and how it looks in the pdf document?

Related Question