Add images together

2007-02-26 Thread iceman
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


Re: Add images together

2007-02-26 Thread iceman
What i am trying to do is to separate the foreground object
from the background.All my images contain a foreground object
(i don't have a reference image). What i am trying to do
is to calculate a color-over-time-function for each pixel.


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


Re: Add images together

2007-02-26 Thread iceman
a)Yes, I am using PIL.
b)The color of each pixel over a sequence of frames

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