mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Documented MAX_IMAGE_PIXELS
This commit is contained in:
parent
b243a6113e
commit
9db4a84983
|
@ -118,7 +118,6 @@ nitpick_ignore = [
|
|||
("py:attr", "PIL.Image.Image.tag"),
|
||||
("py:attr", "PIL.Image.Image.tag_v2"),
|
||||
("py:attr", "PIL.Image.Image.tile"),
|
||||
("py:data", "PIL.Image.MAX_IMAGE_PIXELS"),
|
||||
("py:attr", "PIL.TiffImagePlugin.ImageFileDirectory_v2.tagtype"),
|
||||
]
|
||||
|
||||
|
|
|
@ -374,6 +374,10 @@ Constants
|
|||
---------
|
||||
|
||||
.. data:: NONE
|
||||
.. data:: MAX_IMAGE_PIXELS
|
||||
|
||||
Set to 89,478,485, approximately 0.25gb for a 24 bit (3 bpp) image.
|
||||
See :py:meth:`~PIL.Image.open` for more information about how this is used.
|
||||
|
||||
Transpose methods
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user