Merge pull request #1698 from radarhere/alpha

Improved alpha_composite documentation
This commit is contained in:
wiredfool 2016-02-01 02:16:10 -08:00
commit 2988d89b33

View File

@ -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.
"""