mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-03 15:33:41 +03:00
fix MAX_PIXELS typo
This commit is contained in:
parent
a8fabf9521
commit
8d105aae18
|
@ -122,7 +122,7 @@ nitpick_ignore = [
|
||||||
("py:attr", "PIL.Image.Image.tag"),
|
("py:attr", "PIL.Image.Image.tag"),
|
||||||
("py:attr", "PIL.Image.Image.tag_v2"),
|
("py:attr", "PIL.Image.Image.tag_v2"),
|
||||||
("py:attr", "PIL.Image.Image.tile"),
|
("py:attr", "PIL.Image.Image.tile"),
|
||||||
("py:data", "PIL.Image.MAX_PIXELS"),
|
("py:data", "PIL.Image.MAX_IMAGE_PIXELS"),
|
||||||
("py:func", "PIL.ImageMath.convert"),
|
("py:func", "PIL.ImageMath.convert"),
|
||||||
("py:func", "PIL.ImageMath.float"),
|
("py:func", "PIL.ImageMath.float"),
|
||||||
("py:func", "PIL.ImageMath.int"),
|
("py:func", "PIL.ImageMath.int"),
|
||||||
|
|
|
@ -27,7 +27,7 @@ New DecompressionBomb Warning
|
||||||
|
|
||||||
:py:meth:`PIL.Image.Image.crop` now may raise a DecompressionBomb
|
:py:meth:`PIL.Image.Image.crop` now may raise a DecompressionBomb
|
||||||
warning if the crop region enlarges the image over the threshold
|
warning if the crop region enlarges the image over the threshold
|
||||||
specified by :py:data:`PIL.Image.MAX_PIXELS`.
|
specified by :py:data:`PIL.Image.MAX_IMAGE_PIXELS`.
|
||||||
|
|
||||||
Removed Deprecated Items
|
Removed Deprecated Items
|
||||||
========================
|
========================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user