Searched refs:hash_image (Results 1 – 2 of 2) sorted by relevance
173 local hash_image=$3220 hashtree="${hash_image}" ${salt_arg})274 local hash_image=$(make_temp_file)280 "${hash_image}"; then293 dd if=${hash_image} of=${rootfs_image} bs=512 \551 local hash_image=$(make_temp_file)553 "${hash_image}"; then
1808 *hash_image; in GetImagePerceptualHash() local1823 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()1824 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()1826 hash_image->depth=8; in GetImagePerceptualHash()1827 status=TransformImageColorspace(hash_image,(ColorspaceType) colorspace, in GetImagePerceptualHash()1831 moments=GetImageMoments(hash_image,exception); in GetImagePerceptualHash()1833 perceptual_hash[0].number_channels+=GetImageChannels(hash_image); in GetImagePerceptualHash()1834 hash_image=DestroyImage(hash_image); in GetImagePerceptualHash()