Combining two graphic images

Robert Roy rjroy at takingcontrol.com
Sat Jun 3 10:12:02 EDT 2000


On Sat, 3 Jun 2000 11:45:12 +1000, "A J Wilson" <ajwilson at ezy.net.au>
wrote:

>Hi
>
>I would like to combine two BMP images so that one overlays the other.  Does
>anyone know how this could be done using Python.
>
>Thanks
>Austin
>
>

I think PIL might be what you need.

http://www.pythonware.com/products/pil/index.htm

This page of the tutorial talks about pasting images and transparency

http://www.pythonware.com/library/pil/handbook/intro01.htm


Good Luck!

Bob



More information about the Python-list mailing list