function imagick_charcoal in Imagick 7
Implements the imagick charcoal effect.
Parameters
$image: An image object
array $data: The data passed from the form
1 string reference to 'imagick_charcoal'
- imagick_image_effect_info in ./
imagick.module - Implements hook_image_effect_info()
File
- effects/
imagick.charcoal.inc, line 27
Code
function imagick_charcoal($image, $data = array()) {
image_toolkit_invoke('charcoal', $image, $data);
}