2023-03-04 13:00:18 +03:00
|
|
|
9.5.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
Backwards Incompatible Changes
|
|
|
|
==============================
|
|
|
|
|
|
|
|
TODO
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
Deprecations
|
|
|
|
============
|
|
|
|
|
|
|
|
TODO
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
API Changes
|
|
|
|
===========
|
|
|
|
|
|
|
|
TODO
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
API Additions
|
|
|
|
=============
|
|
|
|
|
2023-03-09 05:34:44 +03:00
|
|
|
QOI file format
|
|
|
|
^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Pillow can now read QOI images.
|
|
|
|
|
2023-03-04 13:00:18 +03:00
|
|
|
Added ``dpi`` argument when saving PDFs
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
When saving a PDF, resolution could already be specified using the
|
|
|
|
``resolution`` argument. Now, a tuple of ``(x_resolution, y_resolution)`` can
|
|
|
|
be provided as ``dpi``. If both are provided, ``dpi`` will override
|
|
|
|
``resolution``.
|
|
|
|
|
|
|
|
Added ``corners`` argument to ``ImageDraw.rounded_rectangle()``
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
:py:meth:`.ImageDraw.rounded_rectangle` now accepts a keyword argument of
|
2023-03-04 14:08:36 +03:00
|
|
|
``corners``. This a tuple of Booleans, specifying whether to round each corner,
|
2023-03-04 13:00:18 +03:00
|
|
|
``(top_left, top_right, bottom_right, bottom_left)``.
|
|
|
|
|
|
|
|
Security
|
|
|
|
========
|
|
|
|
|
|
|
|
TODO
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
Other Changes
|
|
|
|
=============
|
|
|
|
|
|
|
|
TODO
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
TODO
|