From 855f1506b55557da02a504bf40d3e1e75e64571d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 27 Jan 2022 13:31:29 +0100 Subject: [PATCH] tools: include more conversions in babl-lut-verify --- tools/babl-lut-verify.c | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/tools/babl-lut-verify.c b/tools/babl-lut-verify.c index c857edd..bb429b3 100644 --- a/tools/babl-lut-verify.c +++ b/tools/babl-lut-verify.c @@ -133,6 +133,10 @@ int main (int argc, char **argv) babl_format_with_space ("R'G'B'A u8", babl_space("ProPhoto")), babl_format_with_space ("Y'A u16", babl_space("Rec2020")) }, + { + babl_format_with_space ("R'G'B'A u8", babl_space("ProPhoto")), + babl_format_with_space ("Y'A half", babl_space("Rec2020")) + }, { babl_format_with_space ("R'G'B'A u8", babl_space("ProPhoto")), babl_format_with_space ("Y'A u8", babl_space("Rec2020")) @@ -150,13 +154,41 @@ int main (int argc, char **argv) babl_format_with_space ("Y' u8", babl_space("Rec2020")) }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("R'G'B'A u8", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("R'G'B'A half", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("R'G'B'A u16", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("R'G'B'A float", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("Y'A float", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("Y'A u16", babl_space("Rec2020")) + }, + { + babl_format_with_space ("YaA half", babl_space("ProPhoto")), + babl_format_with_space ("Y'A u8", babl_space("Rec2020")) + }, { - babl_format_with_space ("YA half", babl_space("ProPhoto")), + babl_format_with_space ("YaA half", babl_space("ProPhoto")), babl_format_with_space ("R'G'B'A u8", babl_space("Rec2020")) }, { - babl_format_with_space ("YA half", babl_space("ProPhoto")), + babl_format_with_space ("YaA half", babl_space("ProPhoto")), babl_format_with_space ("R'G'B'A half", babl_space("Rec2020")) }, { -- 2.30.2