Skip to content

Commit

Permalink
Merge pull request python-pillow#5917 from radarhere/releasenotes
Browse files Browse the repository at this point in the history
Added release notes for pillow-wheels#237
  • Loading branch information
radarhere committed Dec 31, 2021
2 parents 1d3fbf2 + 949b431 commit 89d0d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releasenotes/9.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ possible for there to be too many colors to fit in a P mode image. To allow for
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.

Switched to libjpeg-turbo in macOS and Linux wheels
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The Pillow wheels from PyPI for macOS and Linux have switched from libjpeg to
libjpeg-turbo. It is a fork of libjpeg, popular for its speed.

Added support for pickling TrueType fonts
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 89d0d38

Please sign in to comment.