mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Added note about ImageDraw operations that exceed image bounds [ci skip]
This commit is contained in:
parent
1b91ae361d
commit
32c344b7ce
|
@ -37,7 +37,8 @@ Coordinates
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
The graphics interface uses the same coordinate system as PIL itself, with (0,
|
The graphics interface uses the same coordinate system as PIL itself, with (0,
|
||||||
0) in the upper left corner.
|
0) in the upper left corner. Any pixels drawn outside of the image bounds will
|
||||||
|
be discarded.
|
||||||
|
|
||||||
Colors
|
Colors
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user