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