gegl r2694 - in trunk: . operations/external



Author: ok
Date: Mon Nov  3 02:01:11 2008
New Revision: 2694
URL: http://svn.gnome.org/viewvc/gegl?rev=2694&view=rev

Log:
* operations/external/stroke.c: (prepare): use RaGaBaA float.


Modified:
   trunk/ChangeLog
   trunk/operations/external/stroke.c

Modified: trunk/operations/external/stroke.c
==============================================================================
--- trunk/operations/external/stroke.c	(original)
+++ trunk/operations/external/stroke.c	Mon Nov  3 02:01:11 2008
@@ -70,7 +70,7 @@
 static void
 prepare (GeglOperation *operation)
 {
-  gegl_operation_set_format (operation, "output", babl_format ("RGBA float"));
+  gegl_operation_set_format (operation, "output", babl_format ("RaGaBaA float"));
 }
 
 static GeglRectangle



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