Re: [PATCH 3/6] Attach output profiles and build corresponding LUTs

2014-10-27 Thread Niels Ole Salscheider
On Wednesday 15 October 2014, 21:56:53, Bryce Harrington wrote: > On Mon, Oct 13, 2014 at 07:40:48PM +0200, Niels Ole Salscheider wrote: > > This patch allows to attach an ICC profile to each output. > > > > Signed-off-by: Niels Ole Salscheider > > --- > > > > src/cms-colord.c | 4 +++- > > sr

Re: [PATCH 3/6] Attach output profiles and build corresponding LUTs

2014-10-15 Thread Bryce Harrington
On Mon, Oct 13, 2014 at 07:40:48PM +0200, Niels Ole Salscheider wrote: > This patch allows to attach an ICC profile to each output. > > Signed-off-by: Niels Ole Salscheider > --- > src/cms-colord.c | 4 +++- > src/cms-helper.c | 16 +++- > src/cms-helper.h | 3 ++- > src/cms-static

[PATCH 3/6] Attach output profiles and build corresponding LUTs

2014-10-13 Thread Niels Ole Salscheider
This patch allows to attach an ICC profile to each output. Signed-off-by: Niels Ole Salscheider --- src/cms-colord.c | 4 +++- src/cms-helper.c | 16 +++- src/cms-helper.h | 3 ++- src/cms-static.c | 1 + src/compositor.c | 18 ++ src/compositor.h | 2 ++ 6 files

[RFC PATCH 3/6] Attach output profiles and build corresponding LUTs

2014-03-30 Thread Niels Ole Salscheider
This patch allows to attach an ICC profile to each output. It then builds an LUT that can be used to translate colors from the blending space to the output space. Signed-off-by: Niels Ole Salscheider --- src/cms-colord.c | 4 +++- src/cms-helper.c | 7 ++- src/cms-helper.h | 3 ++- src/cm