Improved alpha_composite documentation

This commit is contained in:
Andrew Murray 2016-02-01 21:02:43 +11:00
parent 70cfd5416c
commit 3a55a20712

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