Hey geeks,
i want to draw a jpeg image of pattern chess.
I can draw solid color image using gd libraray and here is my code
But i want to draw image like a chess have pattern. Please find the attahced image for reference that i am interested to draw like that
i want to draw a jpeg image of pattern chess.
I can draw solid color image using gd libraray and here is my code
Code:
//$t_im having image path, $t_wt,$t_ht is specified width and height respectively. $blue = imagecolorallocate($t_im,149,0,0); imagefilledrectangle($t_im,0,0,$t_wt,$t_ht,$blue);
Comment