Imagick
PHP Manual

Imagick::decipherImage

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

Imagick::decipherImageDeciphers an image

Descrizione

bool Imagick::decipherImage ( string $passphrase )

Deciphers image that has been enciphered before. The image must be enciphered using Imagick::encipherImage(). Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.3.9 o successive.

Elenco dei parametri

passphrase

The passphrase

Valori restituiti

Restituisce TRUE in caso di successo.

Vedere anche:


Imagick
PHP Manual