I have a System.Drawing.Image screenshot file.
I cast it to bmp, but the problem is that it makes a 32 bit bmp, while I need a 24 bit one. How can I convert it to 24?
I have a System.Drawing.Image screenshot file. I cast it to bmp, but the problem
Share
try this code: