[gegl] gegl:translate: document that integer translations use fast path



commit 20eed2d4686922b1e6c09aa9b48c8af3885f7382
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Thu Jun 30 01:05:23 2011 +0100

    gegl:translate: document that integer translations use fast path

 operations/affine/translate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/affine/translate.c b/operations/affine/translate.c
index e699e5e..76b92e8 100644
--- a/operations/affine/translate.c
+++ b/operations/affine/translate.c
@@ -30,7 +30,7 @@ gegl_chant_double (y, -G_MAXDOUBLE, G_MAXDOUBLE, 1.,
 #else
 
 #define GEGL_CHANT_NAME translate
-#define GEGL_CHANT_DESCRIPTION  _("Repositions the buffer (with subpixel precision).")
+#define GEGL_CHANT_DESCRIPTION  _("Repositions the buffer (with subpixel precision), if integer coordinates are passed a fast-path without resampling is used.")
 #define GEGL_CHANT_SELF "translate.c"
 #include "chant.h"
 



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