mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-04 07:53:40 +03:00
Merge pull request #5874 from radarhere/gif
This commit is contained in:
commit
81a3f68cf7
|
@ -85,6 +85,14 @@ TODO
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Convert subsequent GIF frames to RGB or RGBA
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Since each frame of a GIF can have up to 256 colors, after the first frame it is
|
||||||
|
possible for there to be too many colors to fit in a P mode image. To allow for this,
|
||||||
|
seeking to any subsequent GIF frame will now convert the image to RGB or RGBA,
|
||||||
|
depending on whether or not the first frame had transparency.
|
||||||
|
|
||||||
Added support for pickling TrueType fonts
|
Added support for pickling TrueType fonts
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user