Add image to canvas

Hi all,

I am wandering if there is the way to put on one plot, let’s say an Histogram, an image coming from an external file, let’s say a gif.
Something to be called like:

TXXX my_image (“filename.gif”, xpos, ypos);

Can anyone help?

Danilo

Check $ROOTSYS/tutorials/img2pad.C
root.cern.ch/viewvc/trunk/tutori … iew=markup

Thanks a lot!
D