[gegl] transform: update reference hashes
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] transform: update reference hashes
- Date: Thu, 12 Oct 2017 20:01:56 +0000 (UTC)
commit bd9339b5ee8f6944e3ae3117ac445a1423a1fe3d
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Oct 12 21:00:52 2017 +0200
transform: update reference hashes
operations/transform/rotate-on-center.c | 2 +-
operations/transform/scale-ratio.c | 2 +-
operations/transform/scale-size-keepaspect.c | 2 +-
operations/transform/scale-size.c | 2 +-
operations/transform/shear.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/transform/rotate-on-center.c b/operations/transform/rotate-on-center.c
index fa7bbb2..f4172d4 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", "d1f7774133373578693604d7eb561a82",
+ "reference-hash", "91b62bf2166fa4173934b5574b81bc13",
"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/scale-ratio.c b/operations/transform/scale-ratio.c
index 715e75d..9e0f06e 100644
--- a/operations/transform/scale-ratio.c
+++ b/operations/transform/scale-ratio.c
@@ -73,7 +73,7 @@ gegl_op_class_init (GeglOpClass *klass)
"name", "gegl:scale-ratio",
"title", _("Scale ratio"),
"categories", "transform",
- "reference-hash", "526556d3dc92b42f54eaa250af002b0d",
+ "reference-hash", "82383a36824ec3f2185e19f9788843ec",
"reference-chain", "load path=images/standard-input.png scale-ratio x=2.0 y=2.0 clip-to-input=true
origin-x=100 origin-y=100",
"description", _("Scales the buffer according to a ratio."),
NULL);
diff --git a/operations/transform/scale-size-keepaspect.c b/operations/transform/scale-size-keepaspect.c
index 5da4105..2819eb9 100644
--- a/operations/transform/scale-size-keepaspect.c
+++ b/operations/transform/scale-size-keepaspect.c
@@ -103,7 +103,7 @@ gegl_op_class_init (GeglOpClass *klass)
"name", "gegl:scale-size-keepaspect",
"title", _("Scale size keep aspect"),
"categories", "transform",
- "reference-hash", "e9586912651e1837414339221413d2b3",
+ "reference-hash", "434ecb3f7b6fdc7d3ff0a3f84a419c3e",
"description", _("Scales the buffer to a size, preserving aspect ratio"),
"reference-chain", "load path=images/standard-input.png scale-size-keepaspect x=140 y=-1",
NULL);
diff --git a/operations/transform/scale-size.c b/operations/transform/scale-size.c
index 5ff9dd0..f731f22 100644
--- a/operations/transform/scale-size.c
+++ b/operations/transform/scale-size.c
@@ -83,7 +83,7 @@ gegl_op_class_init (GeglOpClass *klass)
"name", "gegl:scale-size",
"title", _("Scale size"),
"categories", "transform",
- "reference-hash", "09ea913733df315f53af830089a49d88",
+ "reference-hash", "755cf2e6abe190dc03e7be2fa0349237",
"description", _("Scales the buffer according to a size."),
NULL);
}
diff --git a/operations/transform/shear.c b/operations/transform/shear.c
index 23e5418..b197faf 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", "2768783380e8fc27fe8706de1aa2f15e",
+ "reference-hash", "4843c893c48bc0453ae3d70f81df30dd",
"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]