From a9da425a2a4764456de21e88b16fc4619eacba3c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 3 Aug 2010 11:52:20 +0000 Subject: [PATCH] update the documentation of hardinvert to match the change in 0.62. --- Changes | 3 +++ lib/Imager/Filters.pod | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index bc905050..c921375f 100644 --- 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 =========== diff --git a/lib/Imager/Filters.pod b/lib/Imager/Filters.pod index 9fdab155..79b7d4ca 100644 --- a/lib/Imager/Filters.pod +++ b/lib/Imager/Filters.pod @@ -437,8 +437,8 @@ for Euclidean squared, and 2 for Manhattan distance. =item C -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; -- 2.39.5