[gegl] bin: s/babl_icc_make_space/babl_space_from_icc/



commit e2c52833769250fade35bbbe429f63a4450bf8d4
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jul 16 23:42:19 2018 +0200

    bin: s/babl_icc_make_space/babl_space_from_icc/

 bin/mrg-gegl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/mrg-gegl.c b/bin/mrg-gegl.c
index 80fd16d81..1cc872bff 100644
--- a/bin/mrg-gegl.c
+++ b/bin/mrg-gegl.c
@@ -108,7 +108,7 @@ foo++;
       unsigned const char *icc_data = mrg_get_profile (mrg, &icc_length);
       const Babl *space = NULL;
       if (icc_data)
-         space = babl_icc_make_space ((void*)icc_data, icc_length, BABL_ICC_INTENT_RELATIVE_COLORIMETRIC, 
NULL);
+         space = babl_space_from_icc ((void*)icc_data, icc_length, BABL_ICC_INTENT_RELATIVE_COLORIMETRIC, 
NULL);
       fmt = babl_format_with_space ("cairo-RGB24", space);
     }
     gegl_node_blit (node, scale / fake_factor, &roi, fmt, buf, width * 4,


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