f88b6ec1a9
the mean of images
Otherwise for each color channel could use:
```py
plt.imsave(f'{fileName}.png', colorMean)
```