Whenever I insert an image into my PDFTex document (using the code below) it seems to be resized to fit the width of the page. I know I can change this using the scale parameter, but that means I have to play with the scaling factor until it comes out roughly the size I actually created it.
\begin{center}
\includegraphics[scale=0.75]{ikonos.png}
\end{center}
Is there a way to display an image without scaling it to the width of the page?
! Package keyval Error: resolution undefined.– rudolfbyker Sep 22 '17 at 10:07