| commit | 5e6be1e6a77c230e4a204fa9163d873104730c35 | [log] [tgz] |
|---|---|---|
| author | cristy <urban-warrior@git.imagemagick.org> | Sat Jul 16 01:23:39 2011 +0000 |
| committer | cristy <urban-warrior@git.imagemagick.org> | Sat Jul 16 01:23:39 2011 +0000 |
| tree | a32c9e755286f4c5531f5be792bdf9a4adce7e34 | |
| parent | 41cbe68b135bb6e00201107e47766ade71c55140 [diff] [blame] |
diff --git a/PerlMagick/demo/demo.pl b/PerlMagick/demo/demo.pl index d630422..feaa8fe 100644 --- a/PerlMagick/demo/demo.pl +++ b/PerlMagick/demo/demo.pl
@@ -130,7 +130,7 @@ print "Convolve...\n"; $example=$model->Clone(); $example->Label('Convolve'); -$example->Convolve([1, 1, 1, 1, 4, 1, 1, 1, 1]); +$example->Convolve([0.0.125, 0.0.125, 0.0.125, 0.0.125, 1, 0.0.125, 0.0.125, 0.0.125, 0.0.125]); push(@$images,$example); print "Crop...\n";