Add images together

iceman savvas83 at gmail.com
Mon Feb 26 15:06:24 EST 2007


Hi,

I am trying to add together a number of images:

im = image1 + image2 + ...

How can i do this? I have tried to add two image instances
together but i get the following error:
TypeError: unsupported operand type(s)  for +: 'instance' and
'instance'




More information about the Python-list mailing list