Does anybody know how to properly identify CMYK images in ASP.NET using C#? When I check the Flags attribute of a Bitmap instance, I get incorrect resu
Flags
Bitmap
As previously answered, the most reliable way will be to parse the file's header to retrieve this data.