]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 18 Jun 2010 13:32:04 +0000 (13:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 18 Jun 2010 13:32:04 +0000 (13:32 +0000)
PerlMagick/demo/demo.pl

index 45aa8861dcd7a02b78e5e4ed334b0199fc8c9ab3..49a02c1c9ca39a28a43033289a524330b9943690 100644 (file)
@@ -229,7 +229,7 @@ push(@$images,$gradient);
 print "Grayscale...\n";
 $example=$model->Clone();
 $example->Label('Grayscale');
-$example->Set(type=>'gray');
+$example->Set(type=>'grayscale');
 push(@$images,$example);
 
 print "Implode...\n";