Send Image to Clipboard
How can I save an image to the clipboard such that it can be pasted into other programs, similar to Copy Graph in Graph Builder? This saves the image as text:img = Open("$Sample_Images/black rhino footprint.jpg", jpg);
Set Clipboard( img ); But I cannot paste this into an email, etc.
dale_lehman