You are here

function imagick_decipher_defaults in Imagick 7

Returns the default settings of this effect.

1 call to imagick_decipher_defaults()
imagick_decipher_form in effects/imagick.decipher.inc
Settings form for the imagick decipher effect.
1 string reference to 'imagick_decipher_defaults'
imagick_image_effect_info in ./imagick.module
Implements hook_image_effect_info()

File

effects/imagick.decipher.inc, line 53

Code

function imagick_decipher_defaults() {
  return array(
    'password' => '',
  );
}