We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc30d67 commit 3ec699cCopy full SHA for 3ec699c
magick/statistic.c
@@ -2167,7 +2167,7 @@ MagickExport ChannelPerceptualHash *GetImageChannelPerceptualHash(
2167
perceptual_hash[channel].P[i]=(-MagickSafeLog10(moments[channel].I[i]));
2168
moments=(ChannelMoments *) RelinquishMagickMemory(moments);
2169
/*
2170
- Blur then transform to HCLp colorspace.
+ Blur then transform to HSB colorspace.
2171
*/
2172
hash_image=BlurImage(image,0.0,1.0,exception);
2173
if (hash_image == (Image *) NULL)
0 commit comments