]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 17 Apr 2013 14:10:20 +0000 (14:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 17 Apr 2013 14:10:20 +0000 (14:10 +0000)
MagickCore/pixel.c

index 48d32699b657dea3864e2b497b287e81cd1c2ab9..af0952b098ef04285137081eda79289e1e688dc0 100644 (file)
@@ -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)
 %