From: cristy Date: Mon, 1 Aug 2011 15:39:13 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f16117881477325137eb0644e21831d19dffa509;p=imagemagick --- diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c index 7a5cbea21..84200598a 100644 --- a/MagickCore/enhance.c +++ b/MagickCore/enhance.c @@ -994,12 +994,12 @@ MagickExport MagickBooleanType ContrastImage(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% The ContrastStretchImage() is a simple image enhancement technique that -% attempts to improve the contrast in an image by `stretching' the range of -% intensity values it contains to span a desired range of values. It differs -% from the more sophisticated histogram equalization in that it can only -% apply % a linear scaling function to the image pixel values. As a result -% the `enhancement' is less harsh. +% ContrastStretchImage() is a simple image enhancement technique that attempts +% to improve the contrast in an image by `stretching' the range of intensity +% values it contains to span a desired range of values. It differs from the +% more sophisticated histogram equalization in that it can only apply a +% linear scaling function to the image pixel values. As a result the +% `enhancement' is less harsh. % % The format of the ContrastStretchImage method is: % @@ -2706,8 +2706,8 @@ MagickExport MagickBooleanType LevelImageColors(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% The LinearStretchImage() discards any pixels below the black point and -% above the white point and levels the remaining pixels. +% LinearStretchImage() discards any pixels below the black point and above +% the white point and levels the remaining pixels. % % The format of the LinearStretchImage method is: %