Possible Duplicate:
Embedding images with an encoding algorithm
I'd like to embed an image (e.g. JPG, PNG) directly in my document.
In HTML it's possible with a base64-encoded src attribute.
<img src="data:image/png;base64,iVBORw0KGgokIA..." />
Is this also possible in LaTeX?