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
1715 *hash_image; in GetImagePerceptualHash() local1730 hash_image=BlurImage(image,0.0,1.0,exception); in GetImagePerceptualHash()1731 if (hash_image == (Image *) NULL) in GetImagePerceptualHash()1733 hash_image->depth=8; in GetImagePerceptualHash()1734 status=TransformImageColorspace(hash_image,(ColorspaceType) colorspace, in GetImagePerceptualHash()1738 moments=GetImageMoments(hash_image,exception); in GetImagePerceptualHash()1740 perceptual_hash[0].number_channels+=GetImageChannels(hash_image); in GetImagePerceptualHash()1741 hash_image=DestroyImage(hash_image); in GetImagePerceptualHash()