<?phpheader("Content-type: image/jpeg");$image = new Imagick("opossum.jpg"); $image->charcoalImage(1,2);echo $image;?>