]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 21 Apr 2015 23:02:59 +0000 (23:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 21 Apr 2015 23:02:59 +0000 (23:02 +0000)
MagickCore/morphology.c

index c1c36ebab120ab9a3bbf1e9ce3267d72c8af0f29..4aa4c64d8b2a8ec6400e7fcdb4b7e278d5054e22 100644 (file)
@@ -33,8 +33,8 @@
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-% Morphology is the the application of various kernels, of any size and even
-% shape, to a image in various ways (typically binary, but not always).
+% Morphology is the application of various kernels, of any size or shape, to a
+% image in various ways (typically binary, but not always).
 %
 % Convolution (weighted sum or average) is just one specific type of
 % morphology. Just one that is very common for image bluring and sharpening