255) { $r=0; $b = $b+3; } if ( $g>255) { $g=0; $b = $b+3; } if ( $b<0) { $b=125; } } imagejpeg($image); imagedestroy($image); ?>