Tagged Questions

2
votes
2answers
3k views

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

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 managed way to do this with ...