Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm trying to include an image in a document with:

\includegraphics[]{stamplogo.pdf}

I've also tried it with pngs. In both cases, even though the graphic looks very good in viewers, when included in my document it has jaggy edges on every curve. Is there a way to avoid this?

share|improve this question
7  
\includegraphics doesn't alter the image when it includes it. This is most likely a problem with the PDF viewer: Try zooming in or printing the document, the quality should be fine. – Jake May 8 '12 at 13:19
2  
@Jake Thanks. It proves to be so. – Marcin May 8 '12 at 13:28
This is not the normal behavior of LaTeX/\includegraphics. I agree with @Jake that this seems to be a PDF viewer issue. Try toggling the anti-alising setting. If this doesn't help, we would need a small minimal working example (MWE) and a test image in order help you. – Martin Scharrer May 8 '12 at 13:29
1  
Might be related: Included PNG appears blurry in PDF – Martin Scharrer May 8 '12 at 13:30
1  
Related (possible duplicate): tex.stackexchange.com/q/52704/12774 – JohnReed May 8 '12 at 15:10

closed as too localized by lockstep, Torbjørn T., Marco Daniel, Gonzalo Medina, Joseph Wright Jun 3 '12 at 7:40

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.