Grafika\Imagick\ImageHash\AverageHash::hash PHP Méthode

hash() public méthode

Generate and get the average hash of the image.
public hash ( Image $image ) : string
$image Grafika\Imagick\Image
Résultat string
    public function hash(Image $image)
    {
        return '';
        // TODO: Implementation
    }
AverageHash