No subject

Fredrik Lundh fredrik.lundh@image.combitech.se
Fri, 16 May 1997 10:12:39 +0200


> I am learning PIL, and I do not understand this method in Image.py:
> 
> def composite(image1, image2, mask):
>     "Create composite image by blending images using a transparency mask"

> I need to merge two side by side images into one, does this method
> do the trick?

Any special reason you cannot use the handbook?  The composite
function is described in there, and there's a section on "cutting,
pasting and merging images" that may be exactly what you need.

Cheers	/F

_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________