<?php
    $i 
imagecreatefromjpeg('nacreous-cloud.jpg');
    
imagefilter($iIMG_FILTER_COLORIZE00120);
    
imagejpeg($i);
?>