From: Øyvind Kolås Date: Sun, 24 Jun 2018 09:56:18 +0000 (+0200) Subject: babl: fix trc registrationof ACES spaces X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~16^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f1fb560800278dfa3a66297871ec2e1daf216de2;p=babl.git babl: fix trc registrationof ACES spaces --- diff --git a/babl/babl-space.c b/babl/babl-space.c index 6d2415c..5d5086a 100644 --- a/babl/babl-space.c +++ b/babl/babl-space.c @@ -502,7 +502,7 @@ computations of uniform gray axis */ 0.713, 0.293, 0.165, 0.830, 0.128, 0.044, - babl_trc("1.0"), NULL, NULL, 1); + babl_trc("linear"), NULL, NULL, 1); babl_space_from_chromaticities ( "ACES2065-1", @@ -510,7 +510,7 @@ computations of uniform gray axis */ 0.7347, 0.2653, 0.0000, 1.0000, 0.0001, -0.0770, - babl_trc("1.0"), NULL, NULL, 1); + babl_trc("linear"), NULL, NULL, 1); }