]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 4 Aug 2012 23:43:01 +0000 (23:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 4 Aug 2012 23:43:01 +0000 (23:43 +0000)
PerlMagick/demo/demo.pl

index 6dddb4eab13b66689f41404295ee172e3c63bd35..9409e5eac43487083542a14cf8d8c48c790a78aa 100644 (file)
@@ -247,7 +247,7 @@ push(@$images,$example);
 print "Level...\n";
 $example=$model->Clone();
 $example->Label('Level');
-$example->Level('20%');
+$example->Level('20%x');
 push(@$images,$example);
 
 print "Median Filter...\n";