How to identify CMYK images in ASP.NET using C#

后端 未结 6 1503
我寻月下人不归
我寻月下人不归 2021-02-02 14:54

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

6条回答
  •  Happy的楠姐
    2021-02-02 15:22

    As previously answered, the most reliable way will be to parse the file's header to retrieve this data.

提交回复
热议问题