]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 30 Sep 2010 23:30:03 +0000 (23:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 30 Sep 2010 23:30:03 +0000 (23:30 +0000)
magick/enhance.c
wand/magick-image.c

index 52f9b795259b021b69b8011bbd4e57c257c8e882..f40859017db35aa41236e3e963f01d49735b44ac 100644 (file)
@@ -3648,9 +3648,10 @@ MagickExport MagickBooleanType NormalizeImageChannel(Image *image,
 %
 %    o sharpen: Increase or decrease image contrast.
 %
-%    o contrast: control the "shoulder" of the contast curve.
+%    o alpha: strength of the contrast, the larger the number the more
+%      'threshold-like' it becomes.
 %
-%    o midpoint: control the "toe" of the contast curve.
+%    o beta: midpoint of the function as a color value 0 to QuantumRange.
 %
 */
 
index 8943dd6a7a5ac22dfc4c502e5d93c3a0f7e214b4..26ec38fc879b581e7117cac399b4ccc3081e661e 100644 (file)
@@ -11352,9 +11352,10 @@ WandExport MagickBooleanType MagickShearImage(MagickWand *wand,
 %
 %    o sharpen: Increase or decrease image contrast.
 %
-%    o alpha: control the "shoulder" of the contast curve.
+%    o alpha: strength of the contrast, the larger the number the more
+%      'threshold-like' it becomes.
 %
-%    o beta: control the "toe" of the contast curve.
+%    o beta: midpoint of the function as a color value 0 to QuantumRange.
 %
 */