Pillow/docs/releasenotes/10.3.0.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

52 lines
722 B
ReStructuredText
Raw Normal View History

2024-01-08 19:35:01 +03:00
10.3.0
------
Backwards Incompatible Changes
==============================
TODO
^^^^
Deprecations
============
TODO
^^^^
TODO
API Changes
===========
TODO
^^^^
TODO
API Additions
=============
2024-01-09 04:22:25 +03:00
Added PerspectiveTransform
^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-08 19:35:01 +03:00
2024-01-09 04:22:25 +03:00
:py:class:`~PIL.ImageTransform.PerspectiveTransform` has been added, meaning
that all of the :py:data:`~PIL.Image.Transform` values now have a corresponding
subclass of :py:class:`~PIL.ImageTransform.Transform`.
2024-01-08 19:35:01 +03:00
Security
========
TODO
^^^^
TODO
Other Changes
=============
Portable FloatMap (PFM) images
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Support has been added for reading and writing grayscale (Pf format)
Portable FloatMap (PFM) files containing ``F`` data.