You are here

function imagick_encipher_defaults in Imagick 7

Returns the default settings of this effect.

1 call to imagick_encipher_defaults()
imagick_encipher_form in effects/imagick.encipher.inc
Settings form for the imagick encipher effect.
1 string reference to 'imagick_encipher_defaults'
imagick_image_effect_info in ./imagick.module
Implements hook_image_effect_info()

File

effects/imagick.encipher.inc, line 53

Code

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