I'm inserting an image with a simple:
\includegraphics[height=5cm]{filename.png}
This results in an image that maintains the aspect ratio, and so gives me something like 6cm width. I only really want the left side of the image though, and would like to crop it to 50% width. Is it possible to do this?
If possible, I'd like to do this in a portable way (i.e. something that other authors of this document won't have to install packages for, and something that works with a reasonably old version of pdflatex - our computers at work are in sore need of an upgrade).




adjustbox. – Marco Daniel May 26 '12 at 12:35graphicxcan crop images by itself, and the OP doesn't want any non-core package anyway. – Martin Scharrer♦ May 26 '12 at 12:50graphicxnotgraphicsxand its a very old package and part of the required set of packages for LaTeX. – Martin Scharrer♦ May 26 '12 at 13:08