From: cristy Date: Mon, 1 Aug 2011 15:33:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4356f97da5f2cb7339b33c83493a8712d8e167d;p=imagemagick --- diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c index 16b29d0d4..7a5cbea21 100644 --- a/MagickCore/enhance.c +++ b/MagickCore/enhance.c @@ -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: %