mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Added ImageDraw.*size as well
This commit is contained in:
parent
b1f2cbe5d2
commit
c30099c5d6
|
@ -17,10 +17,11 @@ support for version 1 files and add support for version 2 files.
|
||||||
Passthrough Parameters for ImageDraw.text
|
Passthrough Parameters for ImageDraw.text
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
`ImageDraw.multiline_text` takes extra spacing paramaters above what
|
`ImageDraw.multiline_text` and `ImageDraw.multiline_size` take extra
|
||||||
is used in `ImageDraw.text`. These parameters can now be passed into
|
spacing paramaters above what are used in `ImageDraw.text` and
|
||||||
`ImageDraw.text` and they will be passed through to
|
`ImageDraw.size`. These parameters can now be passed into
|
||||||
`ImageDraw.multiline_text`.
|
`ImageDraw.text` and `ImageDraw.size` and they will be passed through
|
||||||
|
to the corresponding multiline functions.
|
||||||
|
|
||||||
ImageSequence.Iterator changes
|
ImageSequence.Iterator changes
|
||||||
==============================
|
==============================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user