From 2ecd9be646dee54805d7b24b9c45cb20eade9619 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 28 Feb 2011 01:17:26 +0000 Subject: [PATCH] --- wand/convert.c | 1 + wand/mogrify.c | 1 + 2 files changed, 2 insertions(+) diff --git a/wand/convert.c b/wand/convert.c index 4fe78efa4..2b184d3cd 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -218,6 +218,7 @@ static MagickBooleanType ConvertUsage(void) "-liquid-rescale geometry", " rescale image with seam-carving", "-median radius apply a median filter to the image", + "-mode radius make each pixel the 'predominate color' of the neighborhood", "-modulate value vary the brightness, saturation, and hue", "-monochrome transform image to black and white", "-morphology method kernel", diff --git a/wand/mogrify.c b/wand/mogrify.c index 4c586d484..d4b319c4b 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -3734,6 +3734,7 @@ static MagickBooleanType MogrifyUsage(void) "-liquid-rescale geometry", " rescale image with seam-carving", "-median radius apply a median filter to the image", + "-mode radius make each pixel the 'predominate color' of the neighborhood", "-modulate value vary the brightness, saturation, and hue", "-monochrome transform image to black and white", "-morphology method kernel", -- 2.40.0