boolean imagefilledrectangle(integer image, integer top_left_x,
integer top_left_y, integer bottom_right_x, integer
bottom_right_y, integer color)
The imagefilledrectangle function draws a filled rectangle based on the top-left and
bottom-right corners.
boolean imagefilltoborder(integer image, integer x, integer y,
integer border_color, integer color)