Added release notes for #5857

This commit is contained in:
Andrew Murray 2021-12-07 06:46:07 +11:00
parent 6791112a98
commit 6f2f01b23f

View File

@ -85,6 +85,14 @@ TODO
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^