Combining two graphic images

Anders Eriksson ame at swipnet.se
Sat Jun 3 14:02:40 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.
>

When it comes to imaging and working with images you can't beat PIL!

PIL, Python Imaging Library, created by mr Fredrik Lundh is the best
thing since sliced bread!

http://www.pythonware.com/

You may want to look up the function 'composite' 

// Anders




More information about the Python-list mailing list