[gegl] operations: more reference hash updates



commit a8f6c529ec475f48fd254a9d776887402a41c780
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Mar 22 19:31:44 2018 +0100

    operations: more reference hash updates

 operations/common-gpl3+/edge-laplace.c  |    2 +-
 operations/common-gpl3+/illusion.c      |    2 +-
 operations/common/edge-sobel.c          |    2 +-
 operations/common/gegl.c                |    2 +-
 operations/common/motion-blur-linear.c  |    2 +-
 operations/common/snn-mean.c            |    2 +-
 operations/common/tile-seamless.c       |    2 +-
 operations/common/wavelet-blur.c        |    2 +-
 operations/common/weighted-blend.c      |    2 +-
 operations/transform/rotate-on-center.c |    2 +-
 operations/transform/rotate.c           |    2 +-
 operations/transform/shear.c            |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/operations/common-gpl3+/edge-laplace.c b/operations/common-gpl3+/edge-laplace.c
index e8d73da..e6ad61e 100644
--- a/operations/common-gpl3+/edge-laplace.c
+++ b/operations/common-gpl3+/edge-laplace.c
@@ -407,7 +407,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",          _("Laplacian Edge Detection"),
     "categories",     "edge-detect",
     "license",        "GPL3+",
-    "reference-hash", "a0d2c5b2bdf39c93bb2c2bdf2a9ea857",
+    "reference-hash", "c4ecceb172485fb4550e4b31a43eb2b1",
     "description",    _("High-resolution edge detection"),
     NULL);
 }
diff --git a/operations/common-gpl3+/illusion.c b/operations/common-gpl3+/illusion.c
index 2d2116d..cd596e5 100644
--- a/operations/common-gpl3+/illusion.c
+++ b/operations/common-gpl3+/illusion.c
@@ -272,7 +272,7 @@ gegl_op_class_init (GeglOpClass *klass)
       "title",          _("Illusion"),
       "categories",     "map",
       "license",        "GPL3+",
-      "reference-hash", "a12f79abeb8435604bbc7b17c02355c4",
+      "reference-hash", "a0fd195e336df0608a4ec7413f6e12a4",
       "description", _("Superimpose many altered copies of the image."),
       NULL);
 }
diff --git a/operations/common/edge-sobel.c b/operations/common/edge-sobel.c
index 524536b..0119ba7 100644
--- a/operations/common/edge-sobel.c
+++ b/operations/common/edge-sobel.c
@@ -399,7 +399,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:edge-sobel",
     "title",       _("Sobel Edge Detection"),
     "categories",  "edge-detect",
-    "reference-hash", "56b83c838376302d42f4384cbc05b78a",
+    "reference-hash", "a89606b5fd8e75c98c0c0d2bb0314a87",
     "description", _("Specialized direction-dependent edge detection"),
           NULL);
 }
diff --git a/operations/common/gegl.c b/operations/common/gegl.c
index f18e4fb..84cca7a 100644
--- a/operations/common/gegl.c
+++ b/operations/common/gegl.c
@@ -106,7 +106,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:gegl",
     "title",       _("GEGL graph"),
     "categories",  "generic",
-    "reference-hash", "feea1919710ead4759e30767c20c86f1",
+    "reference-hash", "29bf5654242f069e2867ba9cb41d8d4e",
     "description", _("Do a chain of operations, with key=value pairs after each operation name to set 
properties. And aux=[ source filter ] for specifying a chain with a source as something connected to an aux 
pad."),
     NULL);
 }
diff --git a/operations/common/motion-blur-linear.c b/operations/common/motion-blur-linear.c
index 8e3efcb..0770a3d 100644
--- a/operations/common/motion-blur-linear.c
+++ b/operations/common/motion-blur-linear.c
@@ -329,7 +329,7 @@ gegl_op_class_init (GeglOpClass *klass)
                                  "title",       _("Linear Motion Blur"),
                                  "compat-name", "gegl:motion-blur",
                                  "categories",  "blur",
-                                 "reference-hash", "4df496404f3399dd79ae00044ae11cf0",
+                                 "reference-hash", "2bac2e03cd14f2aac805bbfac9581b59",
                                  "description", _("Blur pixels in a direction, simulates blurring caused by 
moving camera in a straight line during exposure."),
     NULL);
 }
diff --git a/operations/common/snn-mean.c b/operations/common/snn-mean.c
index 87db070..ab99085 100644
--- a/operations/common/snn-mean.c
+++ b/operations/common/snn-mean.c
@@ -350,7 +350,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name"       , "gegl:snn-mean",
     "categories" , "enhance:noise-reduction",
     "title",       _("Symmetric Nearest Neighbour"),
-    "reference-hash", "8f34d0518b519baa77c29fe70ed73e5e",
+    "reference-hash", "1f5c30085011311cf743ddc91a44f1f0",
     "description",
         _("Noise reducing edge preserving blur filter based "
           "on Symmetric Nearest Neighbours"),
diff --git a/operations/common/tile-seamless.c b/operations/common/tile-seamless.c
index 03ae21c..2a7a1c5 100644
--- a/operations/common/tile-seamless.c
+++ b/operations/common/tile-seamless.c
@@ -164,7 +164,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",              "gegl:tile-seamless",
     "title",             _("Make Seamlessly tileable"),
     "categories",        "tile",
-    "reference-hash",     "95f53fa936182b7710397a10f3f9c5bd",
+    "reference-hash",     "7d710478556cd8d7ee6b1d1dd2a822ed",
     "position-dependent", "true",
     "description", _("Make the input buffer seamlessly tileable."
                      " The algorithm is not content-aware,"
diff --git a/operations/common/wavelet-blur.c b/operations/common/wavelet-blur.c
index 9359a25..10f48dc 100644
--- a/operations/common/wavelet-blur.c
+++ b/operations/common/wavelet-blur.c
@@ -78,7 +78,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",           "gegl:wavelet-blur",
     "title",          "Wavelet Blur",
     "categories",     "blur",
-    "reference-hash", "77ad6b8243ce7366a1a32b33c4391f51",
+    "reference-hash", "841190ad242df6eacc0c39423db15cc1",
     "description", _("This blur is used for the wavelet decomposition filter, "
                      "each pixel is computed from another by the HAT transform"),
     NULL);
diff --git a/operations/common/weighted-blend.c b/operations/common/weighted-blend.c
index c080733..66ff972 100644
--- a/operations/common/weighted-blend.c
+++ b/operations/common/weighted-blend.c
@@ -185,7 +185,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name" ,       "gegl:weighted-blend",
     "title",       _("Weighted Blend"),
     "categories" , "compositors:blend",
-    "reference-hash", "577a40b1a4c8fbe3e48407bc0c51304d",
+    "reference-hash", "8013d8c837dd6b38579b4437703ed512",
     "description",
       _("blend two images using alpha values as weights"),
     NULL);
diff --git a/operations/transform/rotate-on-center.c b/operations/transform/rotate-on-center.c
index f4172d4..d100cac 100644
--- a/operations/transform/rotate-on-center.c
+++ b/operations/transform/rotate-on-center.c
@@ -147,7 +147,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",       "gegl:rotate-on-center",
     "title",      _("Rotate on center"),
     "categories", "transform",
-    "reference-hash", "91b62bf2166fa4173934b5574b81bc13",
+    "reference-hash", "1b5001df3a4e6f964009308c116e7e1f",
     "reference-chain", "load path=images/standard-input.png rotate-on-center degrees=30.0 
clip-to-input=true",
     "description", _("Rotate the buffer around its center, taking care of possible offsets."),
     NULL);
diff --git a/operations/transform/rotate.c b/operations/transform/rotate.c
index 6d39937..9ce7b7a 100644
--- a/operations/transform/rotate.c
+++ b/operations/transform/rotate.c
@@ -71,7 +71,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name", "gegl:rotate",
     "title", _("Rotate"),
     "categories", "transform",
-    "reference-hash", "cee09df3c0b0963ff079d9c0bb8ac9bb",
+    "reference-hash", "4ac5d42bb82187a705a2ecd640353490",
     "reference-chain", "load path=images/standard-input.png rotate degrees=30.0 clip-to-input=true 
origin-x=100 origin-y=100",
     "description", _("Rotate the buffer around the specified origin."),
     NULL);
diff --git a/operations/transform/shear.c b/operations/transform/shear.c
index b197faf..25503a1 100644
--- a/operations/transform/shear.c
+++ b/operations/transform/shear.c
@@ -71,7 +71,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name", "gegl:shear",
     "title", _("Shear"),
     "categories", "transform",
-    "reference-hash", "4843c893c48bc0453ae3d70f81df30dd",
+    "reference-hash", "3d26408e0d03bb534fe1492453409519",
     "reference-chain", "load path=images/standard-input.png shear x=1.12 clip-to-input=true origin-x=100 
origin-y=100",
     "description", _("Shears the buffer. "),
     NULL);


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