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