From: cristy Date: Wed, 17 Apr 2013 14:10:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3867 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3506059097340c6cdeff165058b5e18adfc89025;p=imagemagick --- 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) %