Whenever I copy an image to the clipboard ( C# ) and paste it into another appllication ( Photoshop etc ) the alpha channel is lost and the transparent pixels show up as blue pixels.
The pixel format of the image I am pasting is always:
PixelFormat.Format32bppArgb
I have confirmed that the image data is correct by both:
Saving the image to a file and viewing it with various apps
and
Pasting back into my own app which sees the correct alpha channel.
Any ideas ?
-Duncan Meech
The pixel format of the image I am pasting is always:
PixelFormat.Format32bppArgb
I have confirmed that the image data is correct by both:
Saving the image to a file and viewing it with various apps
and
Pasting back into my own app which sees the correct alpha channel.
Any ideas ?
-Duncan Meech