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

后端 未结 6 1527
我寻月下人不归
我寻月下人不归 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条回答
  •  青春惊慌失措
    2021-02-02 15:16

    I was under the assumption that everything in .NET was based on RGB, aRGB and grayscale (as grayscale is RGB(128, 128, 128)).

    If my assumption is correct then you will have to go the third party route.

提交回复
热议问题