Skip to content

Commit 3ec699c

Browse files
author
Cristy
committed
cosmetic
1 parent cc30d67 commit 3ec699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magick/statistic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ MagickExport ChannelPerceptualHash *GetImageChannelPerceptualHash(
21672167
perceptual_hash[channel].P[i]=(-MagickSafeLog10(moments[channel].I[i]));
21682168
moments=(ChannelMoments *) RelinquishMagickMemory(moments);
21692169
/*
2170-
Blur then transform to HCLp colorspace.
2170+
Blur then transform to HSB colorspace.
21712171
*/
21722172
hash_image=BlurImage(image,0.0,1.0,exception);
21732173
if (hash_image == (Image *) NULL)

0 commit comments

Comments
 (0)