Lines Matching refs:hash_image
1790 *hash_image; in GetImagePerceptualHash() local
1804 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()
1805 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()
1807 hash_image->depth=8; in GetImagePerceptualHash()
1808 status=TransformImageColorspace(hash_image,sRGBColorspace,exception); in GetImagePerceptualHash()
1811 moments=GetImageMoments(hash_image,exception); in GetImagePerceptualHash()
1812 hash_image=DestroyImage(hash_image); in GetImagePerceptualHash()
1827 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()
1828 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()
1834 hash_image->depth=8; in GetImagePerceptualHash()
1835 status=TransformImageColorspace(hash_image,HCLpColorspace,exception); in GetImagePerceptualHash()
1842 moments=GetImageMoments(hash_image,exception); in GetImagePerceptualHash()
1843 hash_image=DestroyImage(hash_image); in GetImagePerceptualHash()