Re: [PATCH 2/3] Add initial color management framework code

2013-05-01 Thread Kristian Høgsberg
On Wed, Apr 24, 2013 at 02:58:03PM +0100, Richard Hughes wrote: > ICC profiles can now be specified in weston.ini for each output, or a CMS > implementation can optionally loaded from a pluggable module. Hey Richard, This is cool stuff and I'm happy to see weston gain support for color management

[PATCH 2/3] Add initial color management framework code

2013-04-24 Thread Richard Hughes
ICC profiles can now be specified in weston.ini for each output, or a CMS implementation can optionally loaded from a pluggable module. --- configure.ac | 7 +++ src/Makefile.am | 6 ++- src/cms.c| 106 + src/cms.h| 84 +