0
votes
1answer
146 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 …
1
vote
3answers
936 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 …
3
votes
6answers
350 views
Color differences between images and html
I'm having issues with color matching css background colors with colors in images on the same html page. What gives?
1
vote
1answer
177 views
disabling color correction in quartz 2d
Ok, I know that it's not possible to actually disable color correction in quartz. What I'm looking for is a device-independent color space setting that dosn't change the RGB values I draw in a …
4
votes
3answers
231 views
Determining your websites color scheme
One of the biggest issues I have, from a UI standpoint, when building a new website is figuring out what colors I will use and of those colors, do they actually work well together.
I found this site …
3
votes
2answers
229 views
Writing Color Calibration Data to a TIFF or PNG file
My custom homebrew photography processing software, running on 64 bit Linux/GNU, writes out PNG and TIFF files. These are to be sent to a quality printing shop to be made into fine art. Working …
