Re: [6/6] image demo client: Add support for color management

2015-03-05 Thread Pekka Paalanen
On Tue, 27 Jan 2015 12:13:32 -0800 Bryce Harrington wrote: > On Mon, Oct 13, 2014 at 07:40:51PM +0200, Niels Ole Salscheider wrote: > > You can now use "C" to switch between the following modes: > > - Assume sRGB input color space > > - Assume that the input color space is the blending color spac

Re: [6/6] image demo client: Add support for color management

2015-01-27 Thread Bryce Harrington
On Mon, Oct 13, 2014 at 07:40:51PM +0200, Niels Ole Salscheider wrote: > You can now use "C" to switch between the following modes: > - Assume sRGB input color space > - Assume that the input color space is the blending color space > - Attach a false-color ICC profile to the surface > > Signed-off

Re: [PATCH 6/6] image demo client: Add support for color management

2014-10-15 Thread Bryce Harrington
On Mon, Oct 13, 2014 at 07:40:51PM +0200, Niels Ole Salscheider wrote: > You can now use "C" to switch between the following modes: > - Assume sRGB input color space > - Assume that the input color space is the blending color space > - Attach a false-color ICC profile to the surface > > Signed-off

Re: [PATCH 6/6] image demo client: Add support for color management

2014-10-13 Thread Richard Hughes
On 13 October 2014 18:40, Niels Ole Salscheider wrote: > - Attach a false-color ICC profile to the surface > +const unsigned char icc_profile[798] = Hey, looks really good. Are you using a channel-swapped test profile? If so, there are example profiles in /usr/share/color/icc/colord/SwappedRedAnd

[PATCH 6/6] image demo client: Add support for color management

2014-10-13 Thread Niels Ole Salscheider
You can now use "C" to switch between the following modes: - Assume sRGB input color space - Assume that the input color space is the blending color space - Attach a false-color ICC profile to the surface Signed-off-by: Niels Ole Salscheider --- clients/image.c | 273

[RFC PATCH 6/6] image demo client: Add support for color management

2014-03-30 Thread Niels Ole Salscheider
You can now use the "C" key to toggle between the following modes: - Assume sRGB input color space - Assume that the input color space is the blending color space - Do not use color correction - Attach a false-color ICC profile to the surface Signed-off-by: Niels Ole Salscheider --- clients/imag