mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 21:13:41 +03:00
Added release notes for #5829
This commit is contained in:
parent
9dad104385
commit
e06e18a8ef
|
@ -100,3 +100,8 @@ TrueType fonts may now be pickled and unpickled. For example:
|
||||||
|
|
||||||
# Later...
|
# Later...
|
||||||
unpickled_font = pickle.loads(pickled_font)
|
unpickled_font = pickle.loads(pickled_font)
|
||||||
|
|
||||||
|
Added support for additional TGA orientations
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
TGA images with top right or bottom right orientations are now supported.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user