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
0answers
17 views
Assign an ICC Color Profile to an image in C#
In short: I want to assign a ICC color profile to an image and not apply it.
More info:
In my company we need to merge a multiple layered pdf file into one layer. To do this we merge the pdf page ...
0
votes
1answer
407 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 ...