Wpis z mikrobloga

@Temeraire: W tej klasie jest jeszcze metoda polygon, rectangle spróbuj tego zamiast punktu.

https://pillow.readthedocs.io/en/stable/reference/ImageDraw.html#PIL.ImageDraw.ImageDraw.rectangle

Draws a rectangle.

Parameters
xy – Two points to define the bounding box. Sequence of either [(x0, y0), (x1, y1)] or [x0, y0, x1, y1]. The second point is just outside the drawn rectangle.

outline – Color to use for the outline.

fill – Color to use for the fill.

width –

The line width, in pixels.