gegl r2081 - in trunk: . operations/workshop



Author: ok
Date: Thu Feb 21 18:06:57 2008
New Revision: 2081
URL: http://svn.gnome.org/viewvc/gegl?rev=2081&view=rev

Log:
* operations/workshop/stress.c: (prepare): specify RGBA float for
(cached) output buffer.


Modified:
   trunk/ChangeLog
   trunk/operations/workshop/stress.c

Modified: trunk/operations/workshop/stress.c
==============================================================================
--- trunk/operations/workshop/stress.c	(original)
+++ trunk/operations/workshop/stress.c	Thu Feb 21 18:06:57 2008
@@ -122,6 +122,9 @@
   GeglOperationAreaFilter *area = GEGL_OPERATION_AREA_FILTER (operation);
   area->left = area->right = area->top = area->bottom =
       ceil (GEGL_CHANT_PROPERTIES (operation)->radius);
+
+  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]