[gnome-photos] pipeline: Assign a fixed position to gegl:noise-reduction



commit ff2ff59423c6cd5b4cd5233063d798c7252c181f
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 9 09:13:45 2017 +0100

    pipeline: Assign a fixed position to gegl:noise-reduction
    
    Øyvind Kolås suggested that we do the noise reduction as early as
    possible. This is also what Darktable does. It is placed right after
    gegl:crop so that we don't process any of those pixels that are not
    going to be shown.
    
    This will not change the order of operations in existing edits.

 src/photos-pipeline.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-pipeline.c b/src/photos-pipeline.c
index d42dd0a..1dbe1e0 100644
--- a/src/photos-pipeline.c
+++ b/src/photos-pipeline.c
@@ -66,6 +66,7 @@ EGG_DEFINE_COUNTER (instances, "PhotosPipeline", "Instances", "Number of PhotosP
 static const gchar *OPERATIONS[] =
 {
   "gegl:crop",
+  "gegl:noise-reduction",
   "photos:insta-filter"
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]