[babl] tools: include more conversions in babl-lut-verify
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] tools: include more conversions in babl-lut-verify
- Date: Wed, 9 Feb 2022 19:06:17 +0000 (UTC)
commit 855f1506b55557da02a504bf40d3e1e75e64571d
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Jan 27 13:31:29 2022 +0100
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 c857edd9d..bb429b389 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"))
},
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]