mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Updated release notes [ci skip]
This commit is contained in:
parent
3c2940b002
commit
b2905aec08
|
@ -14,9 +14,9 @@ PNG: Handle IDAT chunks after image end
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Some PNG images have multiple IDAT chunks. In some cases, Pillow will stop
|
Some PNG images have multiple IDAT chunks. In some cases, Pillow will stop
|
||||||
reading the image after one chunk. A regression caused an ``EOFError``
|
reading image data before the IDAT chunks finish. A regression caused an
|
||||||
exception when previously there was none. This is now fixed, and file reading
|
``EOFError`` exception when previously there was none. This is now fixed, and
|
||||||
continues in case there are subsequent text chunks.
|
file reading continues in case there are subsequent text chunks.
|
||||||
|
|
||||||
PNG: MIME type
|
PNG: MIME type
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user