Grafika\Imagick\ImageHash\AverageHash::hash PHP Метод

hash() публичный Метод

Generate and get the average hash of the image.
public hash ( Image $image ) : string
$image Grafika\Imagick\Image
Результат string
    public function hash(Image $image)
    {
        return '';
        // TODO: Implementation
    }
AverageHash