From 6f2f01b23fda36b3a99319a6f9816e1d3939d67d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 7 Dec 2021 06:46:07 +1100 Subject: [PATCH] Added release notes for #5857 --- docs/releasenotes/9.0.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releasenotes/9.0.0.rst b/docs/releasenotes/9.0.0.rst index c8c62c43640..1efe7a06bda 100644 --- a/docs/releasenotes/9.0.0.rst +++ b/docs/releasenotes/9.0.0.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^