Imagick::encipherImage

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

Imagick::encipherImageEnciphers an image

Descrição

Imagick::encipherImage ( string $passphrase ) : bool

Converts plain pixels to enciphered pixels. The image is not readable until it has been deciphered using Imagick::decipherImage() Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.3.9 ou superior.

Parâmetros

passphrase

The passphrase

Valor Retornado

Retorna TRUE no sucesso.

Veja Também