]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 11 Dec 2010 02:27:51 +0000 (02:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 11 Dec 2010 02:27:51 +0000 (02:27 +0000)
magick/color.c

index 18d33b3a384ba14dd765a3649dba18beebe4471b..4cbc18f31ee0d3e099178fc4132129d1e8e2eaf3 100644 (file)
@@ -1760,7 +1760,7 @@ MagickExport MagickBooleanType IsImageSimilar(const Image *image,
 %    fuzz < sqrt( color_distance^2 * u.a*v.a  + alpha_distance^2 )
 %
 %  Which produces a multi-dimentional cone for that colorspace along the
-%  transpaency vector
+%  transparency vector.
 %
 %  For example for an RGB
 %    color_distance^2  = ( (u.r-v.r)^2 + (u.g-v.g)^2 + (u.b-v.b)^2 ) / 3