Apply an ICC Color Profile to an image in C# (Dotnet)

前端 未结 2 1943
耶瑟儿~
耶瑟儿~ 2021-01-06 17:33

How does one convert an image from one color profile to another (screen to printer, or scanner to screen). In Visual C++ you would use the function in ICM.h, is there a man

2条回答
  •  感情败类
    2021-01-06 18:00

    You should take a look at Lcms. Its a colour management system, fairly complete, but written in C. you can use pinvoke, but I would recommend Managed C++ wrapper. I am actually currently working on a managed wrapper around the engine (just the basics, colour profile conversion, lab readings). I can post a link to the code after i am complete. It may be a week or so though.

提交回复
热议问题