gimp/modules
Michael Natterer cc92887908 libgimpcolor: add new object GimpColorTransform
which encapsulates a cmsHTRANSFORM and does all the pixel format
conversion magic. It has API to create transforms and proofing
transforms, and to convert pixels arrays and GeglBuffers.

Before, each place which has a transform had to keep around the
transform and its input and output Babl formats, and had to implement
lots of stuff itself. Now all that lives in GimpColorTransform,
removing lots of logic from many places, and pretty much removing lcms
from the public API entirely.

This removes including <lcms2.h>, LCMS_LIBS and LCMS_CFLAGS from
almost all directories and potentially allows to replace lcms by
something else.
2016-05-26 22:15:54 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
color-selector-cmyk.c modules: patch from Elle that fixes some forgotten profile_new name changes 2015-12-16 00:23:48 +01:00
color-selector-water.c Bug 761170 - Warnings building with clang 2016-02-12 22:49:47 +01:00
color-selector-wheel.c libgimpwidgets: add GimpColorSelectorClass::icon_name 2014-05-10 08:34:42 +02:00
controller-dx-dinput.c libgimpwidgets: change GimpController's stock_id to icon_name 2014-05-09 09:19:06 +02:00
controller-linux-input.c libgimpwidgets: change GimpController's stock_id to icon_name 2014-05-09 09:19:06 +02:00
controller-midi.c libgimpwidgets: change GimpController's stock_id to icon_name 2014-05-09 09:19:06 +02:00
display-filter-color-blind.c modules: port to GIMP_CONFIG_PROP_FOO() 2016-04-17 00:11:39 +01:00
display-filter-gamma.c modules: port to GIMP_CONFIG_PROP_FOO() 2016-04-17 00:11:39 +01:00
display-filter-high-contrast.c modules: port to GIMP_CONFIG_PROP_FOO() 2016-04-17 00:11:39 +01:00
display-filter-lcms.c libgimpcolor: add new object GimpColorTransform 2016-05-26 22:15:54 +02:00
display-filter-proof.c libgimpwidgets: more parameters for gimp_color_profile_chooser_dialog_new() 2016-05-07 01:19:26 +02:00
gimpcolorwheel.c Bug 765180 - Hard-coded NTSC parameters in babl/GEGL/GIMP 2016-04-17 17:52:28 +01:00
gimpcolorwheel.h Bug 721553 - License text contains obsolete FSF postal address 2014-01-05 14:25:46 +01:00
gimpinputdevicestore-dx.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpinputdevicestore-gudev.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpinputdevicestore.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
Makefile.am modules: rename color-selector-cmyk-lcms.c to color-selector-cmyk.c 2013-11-03 22:06:51 +01:00