I'm inserting a PNG file and it's rendered enlarged, somehow. Here is my MWE:
\documentclass{book}
\usepackage{graphicx}
\begin{document}
\mainmatter
hello, world.
the following screenshot should be rendered in 1:1 scale, isn't it?
\begin{figure}[H]
\centering
\includegraphics{screenshot.png}
\end{figure}
\end{document}
Here is a screenshot I desire to insert: http://conus.info/tmp/screenshot.png I use XeLaTeX.
And here is a result: http://conus.info/tmp/result.pdf
All I want is to insert a PNG picture (screenshot), so it will be rendered in the same width/height in PDF viewed at 100%.
The size of screenshot.png is 726 pixels by 489 pixels.
I want it to be exacly the same size when viewed in Acrobat Reader at 100%.
What should I do?
What are the best practices of inserting screenshots into TeX and exporting them to PDF?
\includegraphics[width=\textwidth]{screenshot}to fit in the text – percusse Sep 12 '16 at 11:37265x172mm. The ppt-setting for the image is72, maybe that is not what you intended, might be an artifact from whatever screenshot-program you used, or imaging-software, if used on the file. – Runar Sep 12 '16 at 12:39