[gegl] color-reduction: make another babl format non-linear



commit 9e2d151ab924c1eb0bccb0311c1033985bb80d25
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Wed Oct 10 19:52:41 2012 +0200

    color-reduction: make another babl format non-linear

 operations/common/color-reduction.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/color-reduction.c b/operations/common/color-reduction.c
index 96de858..6c8cc89 100644
--- a/operations/common/color-reduction.c
+++ b/operations/common/color-reduction.c
@@ -327,7 +327,7 @@ process_random (GeglBuffer *input,
   {
     guint x;
 
-    gegl_buffer_get (input, &line_rect, 1.0, babl_format ("RGBA u16"), line_buf,
+    gegl_buffer_get (input, &line_rect, 1.0, babl_format ("R'G'B'A u16"), line_buf,
                      GEGL_AUTO_ROWSTRIDE, GEGL_ABYSS_NONE);
 
     for (x = 0; x < result->width; x++)



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