<?phpheader("Content-type: image/jpeg");$image = new Imagick("opossum.jpg"); $image->addnoiseImage(Imagick::NOISE_POISSON);echo $image;?>