weston/libweston/color-lcms
Leandro Ribeiro c61719e9e9 color-lcms: increase float precision to print segment breaks
There are some cases in which we are seeing segment breaks like this in
the debug scopes: (0.00, 0.00]. A segment whose domain goes from 0 to 0
makes no sense.

This happens because we are printing the breaks with only two decimal
places. Increase that to four, in order to have more accurate
information in the debug scopes.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
2023-06-29 17:05:06 -03:00
..
color-curve-segments.c color-lcms: increase float precision to print segment breaks 2023-06-29 17:05:06 -03:00
color-curve-segments.h color-lcms: rename curve_set_print() to curveset_print() 2023-06-29 11:08:40 +00:00
color-lcms.c color-lcms: add debug scope for pipeline optimizer 2023-04-12 10:03:32 +00:00
color-lcms.h tests: add color pipeline optimizer tests 2023-06-29 11:08:40 +00:00
color-profile.c color-lcms: add debug scope for color profiles 2023-04-12 10:03:32 +00:00
color-transform.c color-lcms: rename curve_set_print() to curveset_print() 2023-06-29 11:08:40 +00:00
meson.build color-lcms: move code that depend on cmsGetToneCurveSegment() to new file 2023-06-29 11:08:40 +00:00