GNOME Bugzilla – Bug 749628
new conversions to/from "CIE Lab alpha float" and "RGBA float"
Last modified: 2015-05-21 13:32:21 UTC
Created attachment 303658 [details] [review] new conversions to/from "CIE Lab alpha float" and "RGBA float" This patch adds to babl master branch, work initially done in a gimp patch, related to the new Gimp CIE LCH blending modes. - new babl model CIE L alpha float - new conversions: -- "RGBA float" to "CIE Lab alpha float" -- "CIE Lab alpha float" to "RGBA float" -- "YA float" to "CIE L alpha float" gimp bug: https://bugzilla.gnome.org/show_bug.cgi?id=325564 patch concerned: https://bugzilla.gnome.org/attachment.cgi?id=299489&action=diff
I agree that this code should be in babl. I just moved it to gimp-babl.c for simplicity, ie to keep the LCH blend mode patchset based on a single repository.
commit f4cc927054d4e3554734456ebc14b2fdc2c895b6 Author: Thomas Manni <thomas.manni@free.fr> Date: Wed May 20 12:12:35 2015 +0200 CIE: new conversions to/from "CIE Lab alpha float" and "RGBA float"
commit 3b14d5b08cce705eb84ea788d4259f99eab7602f Author: Thomas Manni <thomas.manni@free.fr> Date: Thu May 21 01:33:54 2015 +0200 CIE: minor cleanups Use macros for kappa, epsilon and D50 reference white in all places Remove duplicated comments