]> git.imager.perl.org - imager.git/commitdiff
update the documentation of hardinvert to match the change in 0.62.
authorTony Cook <tony@develop=help.com>
Tue, 3 Aug 2010 11:52:20 +0000 (11:52 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 3 Aug 2010 11:52:20 +0000 (11:52 +0000)
Changes
lib/Imager/Filters.pod

diff --git a/Changes b/Changes
index bc9050500803901d995a31908c007fe8d0741675..c921375f69a0745e90020d7d769f3bd728dce811 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,6 +19,9 @@ Bugs:
    https://rt.cpan.org/Ticket/Display.html?id=9798
    Also, it wasn't testing pnm (pnm vs ppm mix-up)
 
+ - update the documentation of hardinvert to match the change in 0.62.
+   https://rt.cpan.org/Ticket/Display.html?id=59785
+
 Imager 0.75 - 20 Jun 2010
 ===========
 
index 9fdab155a170d523a76896e3218a1c729fe68a77..79b7d4caf23912d94ae68bfcbd47b3f15017e88e 100644 (file)
@@ -437,8 +437,8 @@ for Euclidean squared, and 2 for Manhattan distance.
 
 =item C<hardinvert>
 
-inverts the image, black to white, white to black.  All channels are
-inverted, including the alpha channel if any.
+inverts the image, black to white, white to black.  All color channels
+are inverted, excluding the alpha channel if any.
 
   $img->filter(type=>"hardinvert")
     or die $img->errstr;