From 3506059097340c6cdeff165058b5e18adfc89025 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 17 Apr 2013 14:10:20 +0000 Subject: [PATCH] --- MagickCore/pixel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/pixel.c b/MagickCore/pixel.c index 48d32699b..af0952b09 100644 --- a/MagickCore/pixel.c +++ b/MagickCore/pixel.c @@ -279,7 +279,7 @@ MagickExport PixelInfo *ClonePixelInfo(const PixelInfo *pixel) % % DecodePixelGamma() applies the expansive power-law nonlinearity to the pixel. % -% The format of the DecodePixelGammaImage method is: +% The format of the DecodePixelGamma method is: % % double DecodePixelGamma(const MagickRealType pixel) % @@ -340,7 +340,7 @@ MagickExport PixelChannelMap *DestroyPixelChannelMap( % % EncodePixelGamma() cancels any nonlinearity in the pixel. % -% The format of the EncodePixelGammaImage method is: +% The format of the EncodePixelGamma method is: % % MagickRealType EncodePixelGamma(const double MagickRealType) % -- 2.50.1