Hands-On Image Processing with Python
上QQ阅读APP看书,第一时间看更新

Adding two images

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: