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 ...
0
votes
1answer
393 views

Does WPF use the installed color profile(ICC) in windows?

Does WPF use the installed color profile in windows for correcting the colors that are rendered? I'm pretty sure old forms/gdi-based applications are not "automatically" color corrected, but I wonder ...