I currently am using a function that checks whether or not an image is a certain size and if so, I convert it to a jpeg (example: if it is a large png, convert to jpeg).
I was wondering if there was a C# function that allowed you to check for transparency. If the image is transparent, then keep it transparent and don't convert.
Any help in the right direction would be great. Thanks!