Imagick クラス
PHP Manual

Imagick::encipherImage

()

Imagick::encipherImageEnciphers an image

説明

bool Imagick::encipherImage ( string $passphrase )

Converts plain pixels to enciphered pixels. The image is not readable until it has been deciphered using Imagick::decipherImage() このメソッドは、ImageMagick バージョン 6.3.9 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

passphrase

The passphrase

返り値

成功した場合に TRUE を返します。

参考


Imagick クラス
PHP Manual