]> git.imager.perl.org - imager.git/blobdiff - samples/gifscale.pl
add probe support for FLIF files
[imager.git] / samples / gifscale.pl
index 9d4171a20693a120c0f0390e103c3a1a64c0f896..4ced830b9eb4c839c616174470ec7b6d8785e41c 100644 (file)
@@ -61,15 +61,17 @@ Imager->write_multi({ file => $out_name }, @out)
 
 =head1 NAME
 
 
 =head1 NAME
 
+=for stopwords gifscale.pl
+
 gifscale.pl - demonstrates adjusting tags when scaling a GIF image
 
 =head1 SYNOPSIS
 
 gifscale.pl - demonstrates adjusting tags when scaling a GIF image
 
 =head1 SYNOPSIS
 
-perl gifscale.pl scalefactor input.gif output.gif
+  perl gifscale.pl scalefactor input.gif output.gif
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
-Scales an input multi-image GIF file.  Unlike a simple scale each file
+Scales an input multiple-image GIF file.  Unlike a simple scale each file
 solution this:
 
 =over
 solution this:
 
 =over
@@ -87,6 +89,6 @@ scale factor.
 
 =head1 AUTHOR
 
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
 
 =cut