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' => '',
);
}
Returns the default settings of this effect.
function imagick_convolve_defaults() {
return array(
'matrix' => [],
'label' => '',
);
}