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?