I'm trying to insert an image, which I've done probably a thousand times before, but I'm having issues with this one.
The image is a jpg I just created in Paint - it's not excessively large or high resolution.

The original image is available here.
I'm using the regular ol' \includegraphics command in the graphicx package, and the PDF will compile but the image will not show up and the log file says:
"pdflatex.exe: arithmetic: number too big"
I've tried scaling on the off chance that the picture is too big (which it really isn't - it's 640x480 pixels) but I'm still getting the error.
Here's the relevant code:
\usepackage{graphicx}
\begin{document}
\includegraphics[scale=0.25]{gulfstream2}
\end{document}
After a quick Google search I saw that somebody suggested \pdfimageresolution=72 which seemed to fix the problem for that person, but it isn't working for me. Any suggestions?
jpgformat to say any more. You could use the version created by @darthbith's upload, try loading and saving your image in some viewer programs, or try to get help on another site (I don't know what site to recommend, though). – Ian Thompson Oct 16 '14 at 07:24