]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 1 Aug 2011 15:33:48 +0000 (15:33 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 1 Aug 2011 15:33:48 +0000 (15:33 +0000)
MagickCore/enhance.c

index 16b29d0d43294cc201869c3f571eabe081cd029e..7a5cbea2175e3ace167e48fb97cdc90e5e38dffa 100644 (file)
@@ -205,9 +205,9 @@ MagickExport MagickBooleanType AutoLevelImage(Image *image)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  Use BrightnessContrastImage() to change the brightness and/or contrast of
-%  an image.  It converts the brightness and contrast parameters into slope
-%  and intercept and calls a polynomical function to apply to the image.
+%  BrightnessContrastImage() changes the brightness and/or contrast of an
+%  image.  It converts the brightness and contrast parameters into slope and
+%  intercept and calls a polynomical function to apply to the image.
 %
 %  The format of the BrightnessContrastImage method is:
 %