Correct description of alpha-composite [ci skip]

This commit is contained in:
Allen Li 2015-04-10 23:24:30 -04:00
parent 7674694185
commit c6d410ff3b

View File

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