mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
parent
66241cacc1
commit
a2919f98ff
|
@ -5,6 +5,12 @@ Changelog (Pillow)
|
||||||
6.1.0 (unreleased)
|
6.1.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Deprecate Image.__del__ #3929
|
||||||
|
[jdufresne]
|
||||||
|
|
||||||
|
- Respect the PKG_CONFIG environment variable when building #3928
|
||||||
|
[chewi]
|
||||||
|
|
||||||
- Improve encoding of TIFF tags #3861
|
- Improve encoding of TIFF tags #3861
|
||||||
[olt]
|
[olt]
|
||||||
|
|
||||||
|
|
|
@ -61,8 +61,14 @@ GeoTIFF format which encodes geospatial information.
|
||||||
must be passed as a tuple.
|
must be passed as a tuple.
|
||||||
* Add support for signed types eg. ``TIFFTypes.TIFF_SIGNED_SHORT``.
|
* Add support for signed types eg. ``TIFFTypes.TIFF_SIGNED_SHORT``.
|
||||||
|
|
||||||
Top To Bottom Complex Text Rendering
|
Respect PKG_CONFIG environment variable when building
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
This variable is commonly used by other build systems and using it can help with
|
||||||
|
cross-compiling. Falls back to ``pkg-config`` as before.
|
||||||
|
|
||||||
|
Top-to-bottom complex text rendering
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Drawing text in the 'ttb' direction with ImageFont has been significantly improved
|
Drawing text in the 'ttb' direction with ``ImageFont`` has been significantly improved
|
||||||
and requires Raqm 0.7 or greater.
|
and requires Raqm 0.7 or greater.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user