From: Øyvind Kolås Date: Thu, 27 Jan 2022 12:31:29 +0000 (+0100) Subject: tools: include more conversions in babl-lut-verify X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~4^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=855f1506b55557da02a504bf40d3e1e75e64571d;p=babl.git tools: include more conversions in babl-lut-verify --- 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")) }, {