mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #25 from radarhere/add-5.4.1-release-notes
Updated release notes
This commit is contained in:
commit
1bfed277bd
|
@ -14,9 +14,9 @@ PNG: Handle IDAT chunks after image end
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Some PNG images have multiple IDAT chunks. In some cases, Pillow will stop
|
||||
reading the image after one chunk. A regression caused an ``EOFError``
|
||||
exception when previously there was none. This is now fixed, and file reading
|
||||
continues in case there are subsequent text chunks.
|
||||
reading image data before the IDAT chunks finish. A regression caused an
|
||||
``EOFError`` exception when previously there was none. This is now fixed, and
|
||||
file reading continues in case there are subsequent text chunks.
|
||||
|
||||
PNG: MIME type
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user