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



commit 8d417aaa92f62f8ae1ea43508cdc54017591d908
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]