mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Improved alpha_composite documentation
This commit is contained in:
parent
70cfd5416c
commit
3a55a20712
|
@ -2302,8 +2302,8 @@ def alpha_composite(im1, im2):
|
|||
"""
|
||||
Alpha composite im2 over im1.
|
||||
|
||||
:param im1: The first image.
|
||||
:param im2: The second image. Must have the same mode and size as
|
||||
:param im1: The first image. Must have mode RGBA.
|
||||
:param im2: The second image. Must have mode RGBA, and the same size as
|
||||
the first image.
|
||||
:returns: An :py:class:`~PIL.Image.Image` object.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user