[gegl] comments



commit a17b2b62e696f6b6c35edf3cdd9e769bb813b503
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date:   Mon Dec 10 08:48:09 2012 -0500

    comments

 operations/transform/transform-core.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/operations/transform/transform-core.c b/operations/transform/transform-core.c
index 344f031..47ae6ab 100644
--- a/operations/transform/transform-core.c
+++ b/operations/transform/transform-core.c
@@ -1129,7 +1129,7 @@ gegl_transform_matrix3_allow_fast_translate (GeglMatrix3 *matrix)
     return FALSE;
 
   /*
-   * Check if it a translation matrix.
+   * Get rid of coefficients that are noise on top of the translation.
    */
   return gegl_matrix3_is_translate (matrix);
 }
@@ -1175,7 +1175,6 @@ gegl_transform_process (GeglOperation        *operation,
        * current cubic, for example).
        */
       input  = gegl_operation_context_get_source (context, "input");
-
       output =
         g_object_new (GEGL_TYPE_BUFFER,
                       "source", input,



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