Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 87b521dfa89cb14084f02fde411b0a85 > files > 4

gegl-0.0.18-2mdv2009.0.src.rpm

--- trunk/operations/core/convert-format.c	2008/10/14 22:26:55	2624
+++ trunk/operations/core/convert-format.c	2008/11/11 13:23:11	2732
@@ -56,6 +56,8 @@
          glong                samples,
          const GeglRectangle *roi)
 {
+	int bpp = gegl_operation_get_format(op, "output")->format.bytes_per_pixel;
+	memcpy(out_buf, in_buf, samples * bpp);
   return TRUE;
 }