hello there, i made a function to create a gradient image. description: gradient(int image_width, int image_height, int start_red, int start_green, int start_blue, int end_red, int end_green, int end_blue, bool vertical) function: <?php function gradient($image_width, $image_height,$c1_r, $c1_g, $c1_b, $c2_r, $c2_g, $c2_b, $vertical=false) { // first: lets type cast; $image_width = (integer)$image