]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 20 May 2010 12:48:16 +0000 (12:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 20 May 2010 12:48:16 +0000 (12:48 +0000)
wand/convert.c
wand/mogrify.c

index 794c5e37e4bcb3d17ebde1b496cf01cc9f75d9e5..28578d4e8c9dbe600b0d4b3a9dce79700b1ff58a 100644 (file)
@@ -234,7 +234,6 @@ static MagickBooleanType ConvertUsage(void)
       "-paint radius        simulate an oil painting",
       "-polaroid angle      simulate a Polaroid picture",
       "-posterize levels    reduce the image to a limited number of color levels",
-      "-print string        interpret string and print to console",
       "-profile filename    add, delete, or apply an image profile",
       "-quantize colorspace reduce colors in this colorspace",
       "-radial-blur angle   radial blur the image",
@@ -305,6 +304,7 @@ static MagickBooleanType ConvertUsage(void)
       "-hald-clut           apply a Hald color lookup table to the image",
       "-morph value         morph an image sequence",
       "-mosaic              create a mosaic from an image sequence",
+      "-print string        interpret string and print to console",
       "-process arguments   process the image with a custom image filter",
       "-reverse             reverse image sequence",
       "-separate            separate an image channel into a grayscale image",
index 9cde128b5cb4baff640081a2c4f0a969f954b26a..48c9f7b6320c43da66b3f49821f8f6030a837cd5 100644 (file)
@@ -3699,7 +3699,6 @@ static MagickBooleanType MogrifyUsage(void)
       "-paint radius        simulate an oil painting",
       "-polaroid angle      simulate a Polaroid picture",
       "-posterize levels    reduce the image to a limited number of color levels",
-      "-print string        interpret string and print to console",
       "-profile filename    add, delete, or apply an image profile",
       "-quantize colorspace reduce colors in this colorspace",
       "-radial-blur angle   radial blur the image",
@@ -3770,6 +3769,7 @@ static MagickBooleanType MogrifyUsage(void)
       "-hald-clut           apply a Hald color lookup table to the image",
       "-morph value         morph an image sequence",
       "-mosaic              create a mosaic from an image sequence",
+      "-print string        interpret string and print to console",
       "-process arguments   process the image with a custom image filter",
       "-reverse             reverse image sequence",
       "-separate            separate an image channel into a grayscale image",