The Imagick class
PHP Manual

Imagick::getImageSignature

(PECL imagick 2.0.0)

Imagick::getImageSignatureGenerates an SHA-256 message digest

Descrição

string Imagick::getImageSignature ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Generates an SHA-256 message digest for the image pixel stream.

Valor Retornado

Returns a string containing the SHA-256 hash of the file. Joga uma ImagickException em erro.


The Imagick class
PHP Manual