mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #5253 from radarhere/limits
Removed outdated limits documentation
This commit is contained in:
commit
f118a21d55
|
@ -25,13 +25,6 @@ Internal Limits
|
|||
is smaller than 2GB, as calculated by ``y*stride`` (so 2Gpx for 'L'
|
||||
images, and .5Gpx for 'RGB'
|
||||
|
||||
* Any call to internal python size functions for buffers or strings
|
||||
are currently returned as int32, not py_ssize_t. This limits the
|
||||
maximum buffer to 2GB for operations like frombytes and frombuffer.
|
||||
|
||||
* This also limits the size of buffers converted using a
|
||||
decoder. (decode.c:127)
|
||||
|
||||
Format Size Limits
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user