How to average a stack of images together using Pillow?

79 Views Asked by At

I'd like to stack several images and just average them together (set opacity to 1/n for each image in the stack).

How can I do this with Python? I'm guessing Pillow is going to be helpful, but I haven't found any functionality like this, yet. What should I be looking for?

0

There are 0 best solutions below