mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Correct description of alpha-composite [ci skip]
This commit is contained in:
parent
7674694185
commit
c6d410ff3b
|
@ -1292,8 +1292,7 @@ class Image:
|
|||
channels if they have them.
|
||||
|
||||
See :py:meth:`~PIL.Image.Image.alpha_composite` if you want to
|
||||
combine images with a partial mask without setting the alpha
|
||||
channel.
|
||||
combine images with respect to their alpha channels.
|
||||
|
||||
Note that if you paste an "RGBA" image, the alpha band is
|
||||
ignored. You can work around this by using the same image as
|
||||
|
|
Loading…
Reference in New Issue
Block a user