You are here

function imagick_encipher in Imagick 7

Implements the imagick encipher effect.

Parameters

$image: An image object

array $data: The data passed from the form

1 string reference to 'imagick_encipher'
imagick_image_effect_info in ./imagick.module
Implements hook_image_effect_info()

File

effects/imagick.encipher.inc, line 27

Code

function imagick_encipher($image, $data = array()) {
  image_toolkit_invoke('encipher', $image, $data);
}