[gegl] Tweak operation's name to make it more specific, since domain transform has multiple applications in
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Tweak operation's name to make it more specific, since domain transform has multiple applications in
- Date: Mon, 28 May 2018 14:03:47 +0000 (UTC)
commit 6412075f6acd3dc2ad78ae888f02684b509553b7
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Mon May 28 14:03:34 2018 +0000
Tweak operation's name to make it more specific, since domain transform has multiple applications in
computer graphics
operations/workshop/domain-transform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/workshop/domain-transform.c b/operations/workshop/domain-transform.c
index e73a1084d..a4737d414 100644
--- a/operations/workshop/domain-transform.c
+++ b/operations/workshop/domain-transform.c
@@ -496,7 +496,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:domain-transform",
- "title", _("Domain Transform"),
+ "title", _("Smooth by Domain Transform"),
"categories" , "enhance:noise-reduction",
"description", _("An edge-preserving smoothing filter implemented with the Domain Transform recursive
technique. Similar to a bilateral filter, but faster to compute."),
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]