How to save PngImage from clipboard
问题 How can i save the pngimage to file copied form AdobeFirewoks(Clipboard) or Photoshop without losing the transparency. i am using delphi2009. thank you in advance. @TLama I tried this code but there is no transparency. I don't know also if i do it right. png := TPngimage.Create; try png.LoadFromClipboardFormat(CF_BITMAP, Clipboard.GetAsHandle(CF_BITMAP), CF_BITMAP); image1.Picture.Assign(png); finally png.Free; end; 回答1: Based on empirical results confirmed by my colleague having Adobe