Tagged Questions
4
votes
2answers
973 views
Good quality images in pdflatex
Generally I include images in my latex document by the command
\includegraphics[scale=0.5]{image.png}
However, after doing pdflatex the image quality is always very poor in the resulting pdf file. ...