Copy Image From Clipboard

Hello!I’m developing a plugin and i’m trying to use the copy/paste from the clipboard. I use the class Clipboard of swt as they describe on :

http://www.eclipse.org/articles/Article-SWT-DND/DND-in-SWT.html#_Using_the_Clipboard

I can copy/paste a text with TextTranfer class, but i can not copy/paste an image.

Someone can help me?

FB