G
Guest
Hello Experts,
I'm creating a bitmap object like this:
Bitmap myImage = new Bitmap(1024, 1024,
System.Drawing.Imaging.PixelFormat.Format24bppRgb);
But when I invoking the function myImage .MakeTransparent() (with or without
parameters), the myImage.PixelFormat changes to Format32bppArgb.
Why is that and how can I avoid it but still making the Bitmap transparent ?
I'm creating a bitmap object like this:
Bitmap myImage = new Bitmap(1024, 1024,
System.Drawing.Imaging.PixelFormat.Format24bppRgb);
But when I invoking the function myImage .MakeTransparent() (with or without
parameters), the myImage.PixelFormat changes to Format32bppArgb.
Why is that and how can I avoid it but still making the Bitmap transparent ?