mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #2570 from radarhere/limits
Updated limits documentation
This commit is contained in:
commit
828011b90f
|
@ -10,7 +10,7 @@ Internal Limits
|
|||
* Image sizes cannot be negative. These are checked both in
|
||||
``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
|
||||
in the image header.
|
||||
|
|
Loading…
Reference in New Issue
Block a user