From: cristy Date: Tue, 12 Mar 2013 16:43:26 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e38e9c6b8febabf8943da5241df6fe26153ef156;p=imagemagick --- diff --git a/MagickWand/convert.c b/MagickWand/convert.c index c5cf6f4d4..4ffd6c844 100644 --- a/MagickWand/convert.c +++ b/MagickWand/convert.c @@ -379,6 +379,7 @@ static MagickBooleanType ConvertUsage(void) "-fuzz distance colors within this distance are considered equal", "-gravity type horizontal and vertical text placement", "-green-primary point chromaticity green primary point", + "-intensity method method to generate intensity value from pixel", "-intent type type of rendering intent when managing the image color", "-interlace type type of image interlacing scheme", "-interline-spacing value", diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index 522694745..278812e6b 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -3452,6 +3452,7 @@ static MagickBooleanType MogrifyUsage(void) "-fuzz distance colors within this distance are considered equal", "-gravity type horizontal and vertical text placement", "-green-primary point chromaticity green primary point", + "-intensity method method to generate intensity value from pixel", "-intent type type of rendering intent when managing the image color", "-interlace type type of image interlacing scheme", "-interline-spacing value",