mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-02 23:13:40 +03:00
Added release notes
This commit is contained in:
parent
b4a480ff2c
commit
25af4f1841
|
@ -51,6 +51,15 @@ aligned using ``"justify"`` in :py:mod:`~PIL.ImageDraw`::
|
||||||
draw.multiline_text((0, 0), "Multiline\ntext 1", align="justify")
|
draw.multiline_text((0, 0), "Multiline\ntext 1", align="justify")
|
||||||
draw.multiline_textbbox((0, 0), "Multiline\ntext 2", align="justify")
|
draw.multiline_textbbox((0, 0), "Multiline\ntext 2", align="justify")
|
||||||
|
|
||||||
|
Specify window in ImageGrab on Windows
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When using :py:meth:`~PIL.ImageGrab.grab`, a specific window can be selected using the
|
||||||
|
HWND::
|
||||||
|
|
||||||
|
from PIL import ImageGrab
|
||||||
|
ImageGrab.grab(window=hwnd)
|
||||||
|
|
||||||
Check for MozJPEG
|
Check for MozJPEG
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user