]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 12 Mar 2013 16:43:26 +0000 (16:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 12 Mar 2013 16:43:26 +0000 (16:43 +0000)
MagickWand/convert.c
MagickWand/mogrify.c

index c5cf6f4d4243070d7f694744125fb58ebf6e69f0..4ffd6c8445fbac454751d82ee38008eb8135f49b 100644 (file)
@@ -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",
index 52269474590037049c764e085ca73e85ce75b80b..278812e6b555dbadda6cf4b5e6738e65cef27914 100644 (file)
@@ -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",