SciPy provides basic image manipulation functions. These include functions to read images from disk into numpy arrays, to write numpy arrays to disk as images, and to resize images.
In the following code, only one image is used. It is tinted, resized, and saved. Both original and resulting images a...