[gnome-photos/gnome-3-24] application: Update the list of mandatory operations



commit 9aa81217035c5c6a2c3148b3aa062ac30f9a35e8
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 31da5d7..6c68298 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -162,11 +162,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]