From: Øyvind Kolås Date: Thu, 25 Jul 2019 12:54:49 +0000 (+0200) Subject: NEWS: update X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~48 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9eb81bb3491c0b5ff54bbcf3b10a94c7fc5adb70;p=babl.git NEWS: update --- diff --git a/NEWS b/NEWS index 5ff22eb..4d41fec 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,12 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> -2019-07-2x babl-0.1.68
+2019-07-25 babl-0.1.68
Added Yu'v' (CIE 1976 UCS) color model. Fixed a severe non-initialised memory issue - that kept us from using fast paths for many babl spaces loaded from profile. More fully symmetric conversions between associated and separate alpha. Added more converters, both SSE2 and non-SSE2 for matrix-conversion -between different RGB spaces. Improvements to website/documentation; babl is now using the terms associated alpha and separate alpha, all of: nonpremultiplied-, premultiplied- and nonassociated- alpha are now considered deprecated API. HCY luminance is now relative to the RGB space used - no change for sRGB related pixel formats. +between different RGB spaces. Improvements to website/documentation; babl is now using the terms associated alpha and separate alpha, all of: nonpremultiplied-, premultiplied- and nonassociated- alpha are now considered deprecated API. HCY luminance is now relative to the RGB space used - no change for sRGB related pixel formats. AVX2 acceleration for some linear to float conversions. 2019-06-12 babl-0.1.66
Added API call, babl_space_get_rgb_luminance,