Grafika\Imagick\ImageHash\AverageHash::hash PHP Method

hash() public method

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