[gimp-perl] Minor doc update.
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Minor doc update.
- Date: Thu, 1 May 2014 20:41:32 +0000 (UTC)
commit 1adaa2166e127c81459c6b6ace78f1f40d704dbc
Author: Ed J <edj src gnome org>
Date: Thu May 1 21:32:05 2014 +0100
Minor doc update.
examples/gouge | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/examples/gouge b/examples/gouge
index ff421e3..e0588ca 100755
--- a/examples/gouge
+++ b/examples/gouge
@@ -41,7 +41,7 @@ register "blur_2x2",
"Low-pass filtering (smoothing) using a fast 2x2 kernel",
'', '', '',
N_"<Image>/Filters/Blur/2x2 Blur",
- '', [],
+ '', '',
sub {
my($image,$drawable)= _;
@@ -60,7 +60,7 @@ register "contrast_enhance_2x2",
"Contrast Enhance an image using a fast 2x2 kernel",
'', '', '',
N_"<Image>/Filters/Enhance/2x2 Contrast Enhance",
- '', [],
+ '', '',
sub {
my($image,$drawable)= _;
@@ -79,7 +79,7 @@ register "edge_detect_2x2",
"Detect edges in the image using a 2x2 kernel. It is similar to Sobel, yet sharper (and lower
quality).",
'', '', '',
N_"<Image>/Filters/Edge-Detect/2x2 Edge Detect",
- '', [],
+ '', '',
sub {
my($image,$drawable)= _;
@@ -123,13 +123,15 @@ These are all simple 2x2 kernels, fast but relatively effective.
=head1 PARAMETERS
+ # none
+
=head1 IMAGE TYPES
RGB*, GRAY*
=head1 AUTHOR
-Marc Lehmann
+Marc Lehmann <pcg goof com>
=head1 DATE
@@ -137,6 +139,4 @@ Marc Lehmann
=head1 LICENSE
-Marc Lehmann <pcg goof com>
-
Distributed under the same terms as Gimp-Perl.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]