Tagged Questions
The color-management tag has no wiki summary.
6
votes
5answers
496 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 ...
5
votes
2answers
264 views
Is there any client-side technology able to convert sRGB to CMYK through an ICC color profile?
Is there any technology available in a browser (client-side) able to convert sRGB colors to CMYK and vice versa using a specified ICC color profile?
I'm currently using a hidden Java applet for the ...
4
votes
2answers
145 views
Achieving Colour Consistency Across Different Monitors
I have an SWF file with only vector illustrations in it (no bitmaps). Is there a way to improve colour consistency across different monitors?
Colour management is a very complex topic and the more I ...
4
votes
6answers
797 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?
3
votes
2answers
395 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 ...
2
votes
1answer
62 views
Color profiles conversion
I have a project on color profile conversion in C++, where the idea is to use CIELAB as transition between RGB and all others (CMY; CMYK; HSV; HSL;...).But I have one big big problem. I have searched ...
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
546 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 ...
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 ...