]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 7 Dec 2011 13:33:13 +0000 (13:33 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 7 Dec 2011 13:33:13 +0000 (13:33 +0000)
PerlMagick/demo/demo.pl

index 53704094b7648f9f7cd371efe5e6c060731fc52f..6d7422150871bcab82e8f999bdab8d2a10bf434b 100644 (file)
@@ -130,7 +130,7 @@ push(@$images,$example);
 print "Convolve...\n";
 $example=$model->Clone();
 $example->Label('Convolve');
-$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]);
+$example->Convolve([0.125, 0.125, 0.125, 0.125, 0.5, 0.125, 0.125, 0.125, 0.125]);
 push(@$images,$example);
 
 print "Crop...\n";