Added ImageDraw link

This commit is contained in:
Andrew Murray 2025-02-01 10:54:18 +11:00
parent fca48db866
commit 69c9572517

View File

@ -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))