[babl] base: add more u8 cmyk formats



commit c422438eb17593b4f717ff673c77ee2c88addf73
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Dec 2 23:48:28 2018 +0100

    base: add more u8 cmyk formats

 babl/base/model-cmyk.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/babl/base/model-cmyk.c b/babl/base/model-cmyk.c
index c689d28..0d0a4c5 100644
--- a/babl/base/model-cmyk.c
+++ b/babl/base/model-cmyk.c
@@ -957,6 +957,18 @@ babl_base_model_cmyk (void)
     babl_component ("A"),
     NULL
   );
+  babl_format_new (
+    "name", "camayakaA u8",
+    babl_model ("camayakaA"),
+    babl_type ("u8"),
+    babl_component ("ca"),
+    babl_component ("ma"),
+    babl_component ("ya"),
+    babl_component ("ka"),
+    babl_component ("A"),
+    NULL
+  );
+
   babl_format_new (
     "name", "camayakaA half",
     babl_model ("camayakaA"),
@@ -1110,6 +1122,18 @@ babl_base_model_cmyk (void)
     babl_component ("A"),
     NULL
   );
+  babl_format_new (
+    "name", "CaMaYaKaA u8",
+    babl_model ("CaMaYaKaA"),
+    babl_type ("u8"),
+    babl_component ("Ca"),
+    babl_component ("Ma"),
+    babl_component ("Yea"),
+    babl_component ("Ka"),
+    babl_component ("A"),
+    NULL
+  );
+
   babl_format_new (
     "name", "CaMaYaKaA u16",
     babl_model ("CaMaYaKaA"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]