From: anthony Date: Tue, 30 Apr 2013 01:49:12 +0000 (+0000) Subject: minor doc X-Git-Tag: 7.0.1-0~3775 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e92872a8c870b1c868c3287fc21b8db03579a4b7;p=imagemagick minor doc --- diff --git a/MagickCore/shear.c b/MagickCore/shear.c index 1d76dd109..d8b7881d9 100644 --- a/MagickCore/shear.c +++ b/MagickCore/shear.c @@ -196,9 +196,10 @@ static MagickBooleanType CropToFitImage(Image **image, % defined, while the amount the image is to be deskewed, in degrees is also % saved as the artifact "deskew:angle". % -% If the artifact "deskew:auto-crop" is defined with 'offset limits' used to -% determine the images background color, the image will be automatically -% cropped of the excess background. +% If the artifact "deskew:auto-crop" is given the image will be automatically +% cropped of the excess background. The value is the border width of all +% pixels around the edge that will be used to determine an average border +% color for the automatic trim. % % The format of the DeskewImage method is: %