mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-04 22:39:33 +03:00
61 lines
787 B
ReStructuredText
61 lines
787 B
ReStructuredText
12.2.0
|
|
------
|
|
|
|
Security
|
|
========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
:cve:`YYYY-XXXXX`: TODO
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
TODO
|
|
|
|
Backwards incompatible changes
|
|
==============================
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
Deprecations
|
|
============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API changes
|
|
===========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API additions
|
|
=============
|
|
|
|
Added ``scale_down`` argument to ``ImageGrab.grab()``
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
:py:meth:`~PIL.ImageGrab.grab` now accepts an optional keyword argument of
|
|
``scale_down``. This affects macOS screenshots with a ``bbox`` on a Retina screen. By
|
|
default, images will be captured at 2x. If ``scale_down`` is ``True``, they will be at
|
|
1x.
|
|
|
|
Previously, macOS screenshots with a ``bbox`` were captured at 1x by default.
|
|
|
|
Other changes
|
|
=============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|