]> git.imager.perl.org - imager.git/blobdiff - samples/inline_replace_color.pl
(rt #124001) avoid flooring a second time in matrix transform interpolation
[imager.git] / samples / inline_replace_color.pl
index 655a4e751a0a78db7104421f28c5e71149df08f8..72538501106c936da283ccbbd16cb69bffbbf0dd 100644 (file)
@@ -4,11 +4,15 @@ use Imager;
 
 =head1 NAME
 
-inline_replace_color - replace one color with another in an image, using Inline
+=for stopwords Inline
+
+inline_replace_color.pl - replace one color with another in an image, using Inline
 
 =head1 SYNOPSIS
 
-  perl inline_replace_color fromcolor tocolor inimage outimage
+  perl inline_replace_color.pl fromcolor tocolor inimage outimage
+
+  perl inline_replace_color.pl white 808080 foo.jpg bar.png
 
 =head1 DESCRIPTION