mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
Merge pull request #7243 from radarhere/releasenotes
This commit is contained in:
commit
7c945f5131
|
@ -149,10 +149,13 @@ An optional line ``width`` parameter has been added to
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
TODO
|
Added ``alpha_only`` argument to ``getbbox()``
|
||||||
^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
TODO
|
:py:meth:`~PIL.Image.Image.getbbox` now accepts a keyword argument of
|
||||||
|
``alpha_only``. This is an optional flag, defaulting to ``True``. If ``True``
|
||||||
|
and the image has an alpha channel, trim transparent pixels. Otherwise, trim
|
||||||
|
pixels when all channels are zero.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user