]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 10 Oct 2019 23:39:14 +0000 (19:39 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 10 Oct 2019 23:39:14 +0000 (19:39 -0400)
MagickCore/pixel.c

index 544de62133695b8ff078b516ac7d009704461e82..7025744319af123fe5179dbebd02a2e79bdc3fce 100644 (file)
@@ -6042,7 +6042,7 @@ MagickExport MagickBooleanType IsFuzzyEquivalencePixel(const Image *source,
 %  For example for an RGB:
 %    color_distance^2  = ( (u.r-v.r)^2 + (u.g-v.g)^2 + (u.b-v.b)^2 ) / 3
 %
-%  See http://imagemagick.org/Usage/bugs/fuzz_distance/
+%  See https://imagemagick.org/Usage/bugs/fuzz_distance/
 %
 %  Hue colorspace distances need more work.  Hue is not a distance, it is an
 %  angle!