Using Delphi 2010 I would like to copy a PNG image to the clipboard while preserving the alpha transparency. Unfortunately, the TPngImage.SaveToClipboardFormat method will draw it to a bitmap and the transparency will be lost.
I would like for the PNG image to be pasted in applications such as Photoshop and Word with alpha transparency.
Any idea on how to do that ? How are other applications doing to copy transparency in the clipboard ?