I use pdflatex to compile the following input file:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\fbox{\includegraphics[viewport=10 10 20 20]{bald.png}}
\end{document}
The image to be imported is:

But the resulting PDF looks very strange as follows:

Note: the gray frame is Adobe Reader background, it is not the part of PDF output.
