mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Image.transform release notes
This commit is contained in:
parent
894ff64cf1
commit
47d6a47bda
|
@ -31,7 +31,13 @@ This warning has been upgraded to an import error pending future removal.
|
|||
API Additions
|
||||
=============
|
||||
|
||||
TODO
|
||||
Image.transform
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
A new named parameter, fillcolor, has been added to
|
||||
Image.transform. This color specifies the background color to use in
|
||||
the area outside the transformed area in the output image. This
|
||||
parameter takes the same color specifications as used in Image.new.
|
||||
|
||||
Other Changes
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue
Block a user