[gnome-photos/wip/rishi/zoom: 1/10] application: Update the list of mandatory operations
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/zoom: 1/10] application: Update the list of mandatory operations
- Date: Fri, 9 Jun 2017 19:23:04 +0000 (UTC)
commit 20d7d971e416265c5557716cf3b88021adb9d4b4
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jun 9 21:21:37 2017 +0200
application: Update the list of mandatory operations
gegl:noise-reduction and gegl:unsharp-mask were missing even though
they are used.
src/photos-application.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index 6aa9c95..406c03b 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -166,11 +166,13 @@ static const gchar *REQUIRED_GEGL_OPS[] =
"gegl:exposure",
"gegl:gray",
"gegl:load",
+ "gegl:noise-reduction",
"gegl:nop",
"gegl:pixbuf",
"gegl:rotate-on-center",
"gegl:save-pixbuf",
"gegl:scale-ratio",
+ "gegl:unsharp-mask",
/* Used by gegl:load */
"gegl:jpg-load",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]