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



commit dd811eba7670660c58756c689415a820be2d23c0
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 a5ee572..2d800af 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -160,10 +160,12 @@ static const gchar *REQUIRED_GEGL_OPS[] =
   "gegl:crop",
   "gegl:gray",
   "gegl:load",
+  "gegl:noise-reduction",
   "gegl:nop",
   "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]