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 ...
1
vote
1answer
46 views
+50
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 ...