You are here

function imagick_convolve_defaults in Imagick 7

Returns the default settings of this effect.

File

effects/imagick.convolve.inc, line 94

Code

function imagick_convolve_defaults() {
  return array(
    'matrix' => [],
    'label' => '',
  );
}