[gimp/metadata-browser] app: map lanczos to lohalo when using GEGL



commit 7dec7fde077fe05fd35977cc96f9cea7230ea8b2
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Wed Mar 28 12:52:28 2012 +0100

    app: map lanczos to lohalo when using GEGL
    
    This is mostly not used anywhere in GIMP, but since GEGL no longer has a
    lanczos implementation mapping it to lohalo is what makes most sense.

 app/gegl/gimp-gegl-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-utils.c b/app/gegl/gimp-gegl-utils.c
index 602a6a8..55c5d66 100644
--- a/app/gegl/gimp-gegl-utils.c
+++ b/app/gegl/gimp-gegl-utils.c
@@ -161,7 +161,7 @@ gimp_interpolation_to_gegl_filter (GimpInterpolationType interpolation)
     case GIMP_INTERPOLATION_NONE:    return "nearest";
     case GIMP_INTERPOLATION_LINEAR:  return "linear";
     case GIMP_INTERPOLATION_CUBIC:   return "cubic";
-    case GIMP_INTERPOLATION_LANCZOS: return "lanczos";
+    case GIMP_INTERPOLATION_LANCZOS: return "lohalo";
     default:
       break;
     }



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