From: anthony Date: Wed, 21 Mar 2012 23:43:08 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5995 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2930b1da2290f3eb2ed9ddde8986c5ac041d7008;p=imagemagick --- diff --git a/PerlMagick/demo/pixel-fx.pl b/PerlMagick/demo/pixel-fx.pl index 61cd5ef3f..ae55288a5 100755 --- a/PerlMagick/demo/pixel-fx.pl +++ b/PerlMagick/demo/pixel-fx.pl @@ -22,7 +22,7 @@ warn("$w") if $w; exit if $w =~ /^Exception/; -# make a clone of the image for modifications +# make a clone of the image (preserve input, modify output) my $dest = $orig->Clone(); # You could enlarge destination image here if you like.