[gnome-photos/wip/rishi/shadhi: 4/4] pipeline: Assign fixed positions to saturation and shadows-highlights



commit 138bc96891e2acb92f103cb3655dac5930086abf
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Dec 8 12:57:06 2017 +0100

    pipeline: Assign fixed positions to saturation and shadows-highlights
    
    This mimics the ordering of Darktable's pixelpipe because
    gegl:shadows-highlights and photos:saturation are exactly the same as
    their Darktable counterparts, shadhi and colisa respectively.

 src/photos-pipeline.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-pipeline.c b/src/photos-pipeline.c
index 8d26587..d0ddb26 100644
--- a/src/photos-pipeline.c
+++ b/src/photos-pipeline.c
@@ -61,6 +61,8 @@ static const gchar *OPERATIONS[] =
 {
   "gegl:crop",
   "gegl:noise-reduction",
+  "gegl:shadows-highlights",
+  "photos:saturation",
   "photos:insta-filter"
 };
 


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