Skip to content

Commit

Permalink
Merge pull request #5874 from radarhere/gif
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 6, 2021
2 parents 6791112 + 6f2f01b commit 81a3f68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releasenotes/9.0.0.rst
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 81a3f68

Please sign in to comment.