4 messages in org.mozilla.lists.dev-extensionsRe: copy image to clipboard
FromSent OnAttachments
telegaOct 27, 2007 12:38 am 
NeilOct 27, 2007 8:03 am 
telegaOct 27, 2007 12:31 pm 
NeilOct 27, 2007 4:23 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: copy image to clipboardActions...
From:Neil (ne@parkwaycc.co.uk)
Date:Oct 27, 2007 8:03:25 am
List:org.mozilla.lists.dev-extensions

telega wrote:

Could anyone suggest what data flavor/xpcom object I should use to copy/paste
images from clipboard?

Internally (e.g. for Copy Image Data) the data flavour appears to be application/x-moz-native-image and nsIImage (which is unscriptable), however there are places which seem to support image/jpeg|png|gif with nsIInputStream data.