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