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'

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to