mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-22 06:40:33 +03:00
Added ImageDraw link
This commit is contained in:
parent
fca48db866
commit
69c9572517
|
@ -47,8 +47,8 @@ API Additions
|
||||||
``"justify"`` multiline text alignment
|
``"justify"`` multiline text alignment
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be aligned using
|
In addition to ``"left"``, ``"center"`` and ``"right"``, multiline text can also be
|
||||||
``"justify"``::
|
aligned using ``"justify"`` in :py:mod:`~PIL.ImageDraw`::
|
||||||
|
|
||||||
from PIL import Image, ImageDraw
|
from PIL import Image, ImageDraw
|
||||||
im = Image.new("RGB", (50, 25))
|
im = Image.new("RGB", (50, 25))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user