From b4671fcdbf830efb91d543a38ed105d77886caeb Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 4 Nov 2012 15:02:10 +0000 Subject: [PATCH] --- MagickWand/convert.c | 12 ++++++++---- MagickWand/mogrify.c | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/MagickWand/convert.c b/MagickWand/convert.c index 1ee021f0e..3fd12e118 100644 --- a/MagickWand/convert.c +++ b/MagickWand/convert.c @@ -232,7 +232,8 @@ static MagickBooleanType ConvertUsage(void) "-liquid-rescale geometry", " rescale image with seam-carving", "-median geometry apply a median filter to the image", - "-mode geometry make each pixel the 'predominant color' of the neighborhood", + "-mode geometry make each pixel the 'predominant color' of the", + " neighborhood", "-modulate value vary the brightness, saturation, and hue", "-monochrome transform image to black and white", "-morphology method kernel", @@ -248,7 +249,8 @@ static MagickBooleanType ConvertUsage(void) " amplitudes", "-paint radius simulate an oil painting", "-perceptible epsilon", - " pixel value less than |epsilon| become epsilon or -epsilon", + " pixel value less than |epsilon| become epsilon or", + " -epsilon", "-polaroid angle simulate a Polaroid picture", "-posterize levels reduce the image to a limited number of color levels", "-profile filename add, delete, or apply an image profile", @@ -278,7 +280,8 @@ static MagickBooleanType ConvertUsage(void) "-shave geometry shave pixels from the image edges", "-shear geometry slide one edge of the image along the X or Y axis", "-sigmoidal-contrast geometry", - " increase the contrast without saturating highlights or shadows", + " increase the contrast without saturating highlights or", + " shadows", "-sketch geometry simulate a pencil sketch", "-solarize threshold negate all pixels above the threshold level", "-sparse-color method args", @@ -286,7 +289,8 @@ static MagickBooleanType ConvertUsage(void) "-splice geometry splice the background color into the image", "-spread radius displace image pixels by a random amount", "-statistic type geometry", - " replace each pixel with corresponding statistic from the neighborhood", + " replace each pixel with corresponding statistic from the", + " neighborhood", "-strip strip image of all profiles and comments", "-swirl degrees swirl image pixels about the center", "-threshold value threshold the image", diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index 5a1de7c63..78e429d30 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -3341,7 +3341,8 @@ static MagickBooleanType MogrifyUsage(void) "-liquid-rescale geometry", " rescale image with seam-carving", "-median geometry apply a median filter to the image", - "-mode geometry make each pixel the 'predominant color' of the neighborhood", + "-mode geometry make each pixel the 'predominant color' of the", + " neighborhood", "-modulate value vary the brightness, saturation, and hue", "-monochrome transform image to black and white", "-morphology method kernel", @@ -3357,7 +3358,8 @@ static MagickBooleanType MogrifyUsage(void) " amplitudes", "-paint radius simulate an oil painting", "-perceptible epsilon", - " pixel value less than |epsilon| become epsilon or -epsilon", + " pixel value less than |epsilon| become epsilon or", + " -epsilon", "-polaroid angle simulate a Polaroid picture", "-posterize levels reduce the image to a limited number of color levels", "-profile filename add, delete, or apply an image profile", @@ -3387,7 +3389,8 @@ static MagickBooleanType MogrifyUsage(void) "-shave geometry shave pixels from the image edges", "-shear geometry slide one edge of the image along the X or Y axis", "-sigmoidal-contrast geometry", - " increase the contrast without saturating highlights or shadows", + " increase the contrast without saturating highlights or", + " shadows", "-sketch geometry simulate a pencil sketch", "-solarize threshold negate all pixels above the threshold level", "-sparse-color method args", -- 2.50.1