Updated limits documentation [ci skip]

This commit is contained in:
Andrew Murray 2017-06-08 20:21:00 +10:00
parent c45dd68277
commit dcd964fb22

View File

@ -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.