mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Updated limits documentation [ci skip]
This commit is contained in:
parent
c45dd68277
commit
dcd964fb22
|
@ -10,7 +10,7 @@ Internal Limits
|
||||||
* Image sizes cannot be negative. These are checked both in
|
* Image sizes cannot be negative. These are checked both in
|
||||||
``Storage.c`` and ``Image.py``
|
``Storage.c`` and ``Image.py``
|
||||||
|
|
||||||
* Image sizes may be 0. (At least, prior to 3.4)
|
* Image sizes may be 0. (Although not in 3.4)
|
||||||
|
|
||||||
* Maximum pixel dimensions are limited to INT32, or 2^31 by the sizes
|
* Maximum pixel dimensions are limited to INT32, or 2^31 by the sizes
|
||||||
in the image header.
|
in the image header.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user