mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Added release notes for #3250 [ci skip]
This commit is contained in:
parent
2a2603ba90
commit
2483f6198c
|
@ -16,6 +16,14 @@ For example, with all optional arguments::
|
||||||
ImageOps.colorize(im, black=(32, 37, 79), white='white', mid=(59, 101, 175),
|
ImageOps.colorize(im, black=(32, 37, 79), white='white', mid=(59, 101, 175),
|
||||||
blackpoint=15, whitepoint=240, midpoint=100)
|
blackpoint=15, whitepoint=240, midpoint=100)
|
||||||
|
|
||||||
|
Curved joints for line sequences
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
``ImageDraw.Draw.line`` draws a line, or lines, between points. Previously,
|
||||||
|
when multiple points are given, for a larger ``width``, the joints between
|
||||||
|
these lines looked unsightly. There is now an additional optional argument,
|
||||||
|
``joint``, defaulting to ``None``. When it is set to ``curved``, the joints
|
||||||
|
between the lines will become rounded.
|
||||||
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user