mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +03:00
Merge pull request #3620 from radarhere/outside
Added note about ImageDraw operations that exceed image bounds
This commit is contained in:
commit
eea6686f4e
|
@ -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