From 3d629e29b4d758014d5db5211520dbee01c72324 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 4 Nov 2012 01:32:13 +0000 Subject: [PATCH] --- MagickWand/convert.c | 2 ++ MagickWand/mogrify.c | 2 ++ utilities/convert.1.in | 2 ++ utilities/mogrify.1.in | 2 ++ 4 files changed, 8 insertions(+) diff --git a/MagickWand/convert.c b/MagickWand/convert.c index d10931e30..89b420b2f 100644 --- a/MagickWand/convert.c +++ b/MagickWand/convert.c @@ -247,6 +247,8 @@ static MagickBooleanType ConvertUsage(void) " add a noise pattern to the image with specific", " amplitudes", "-paint radius simulate an oil painting", + "-perceptible 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", diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index f56904926..947202d56 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -3355,6 +3355,8 @@ static MagickBooleanType MogrifyUsage(void) " add a noise pattern to the image with specific", " amplitudes", "-paint radius simulate an oil painting", + "-perceptible 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", diff --git a/utilities/convert.1.in b/utilities/convert.1.in index 72e0cc6ec..d997b5012 100644 --- a/utilities/convert.1.in +++ b/utilities/convert.1.in @@ -173,6 +173,8 @@ Image Operators: \-ordered-dither NxN add a noise pattern to the image with specific amplitudes \-paint radius simulate an oil painting + \-perceptible 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 \-print string interpret string and print to console diff --git a/utilities/mogrify.1.in b/utilities/mogrify.1.in index a52b28b72..ec0b9ac84 100644 --- a/utilities/mogrify.1.in +++ b/utilities/mogrify.1.in @@ -69,6 +69,8 @@ Image Settings: \-origin geometry image origin \-page geometry size and location of an image canvas (setting) \-path path write images to this path on disk + \-perceptible epsilon + pixel value less than |epsilon| become epsilon or -epsilon \-ping efficiently determine image attributes \-pointsize value font point size \-preview type image preview type -- 2.40.0