The Imagick class
PHP Manual

Imagick::getImageSignature

(No version information available, might be only in CVS)

Imagick::getImageSignatureGenerates an SHA-256 message digest

Beschreibung

string Imagick::getImageSignature ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Rückgabewerte

Returns a string containing the SHA-256 hash of the file, throwing an ImagickException on error.


The Imagick class
PHP Manual