]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 4 Jul 2017 22:24:24 +0000 (18:24 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 4 Jul 2017 22:24:24 +0000 (18:24 -0400)
PerlMagick/demo/demo.pl

index 425acf7711520117b5411f33de4ab9d5081c3de5..6c204f65cbbc045ef9db5597c16557ecf3a2723b 100644 (file)
@@ -79,6 +79,12 @@ $example->Label('Auto Level');
 $example->AutoLevel();
 push(@$images,$example);
 
+print "Auto-threshold...\n";
+$example=$model->Clone();
+$example->Label('Auto Threshold');
+$example->AutoThreshold();
+push(@$images,$example);
+
 print "Blur...\n";
 $example=$model->Clone();
 $example->Label('Blur');