The next code snippet shows how an image can be generated by adding two input images (of the same size) pixel by pixel:
add(im1, im2).show()
The next figure shows the output image generated by running the previous code snippet: