[gimp] app: map lanczos to lohalo when using GEGL
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: map lanczos to lohalo when using GEGL
- Date: Wed, 28 Mar 2012 11:53:18 +0000 (UTC)
commit 5f11b748cece92aad3d2fc1ccca78f9e4683d0c0
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]