[gegl/mrg_ui] ui: use nearest neighbour sampler for rtoation on load
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/mrg_ui] ui: use nearest neighbour sampler for rtoation on load
- Date: Tue, 4 Aug 2015 12:28:16 +0000 (UTC)
commit e97c22dca26fbc33ea1cbe8a17da69d2a13e4db1
Author: Oyvind Kolas <pippin gimp org>
Date: Mon Aug 3 23:52:48 2015 +0200
ui: use nearest neighbour sampler for rtoation on load
bin/mrg-ui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/mrg-ui.c b/bin/mrg-ui.c
index cd807d0..e763539 100644
--- a/bin/mrg-ui.c
+++ b/bin/mrg-ui.c
@@ -1334,7 +1334,7 @@ static void load_into_buffer (State *o, const char *path)
NULL);
rotate = gegl_node_new_child (gegl, "operation", "gegl:rotate",
"degrees", -degrees,
-
+ "sampler", GEGL_SAMPLER_NEAREST,
NULL);
gegl_node_link_many (load, rotate, sink, NULL);
gegl_node_process (sink);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]