/Basic_overlay_image

Create ghost overlay image from two separate images

Primary LanguagePython

Basic_overlay_image

Create ghost overlay image from two separate images

Based on a snippet of code from SSLD-images. Creates an overlay image from two separate images. Requires ImageMagick.

Run in the command line using e.g. two .jpg images (other formats work too):

python3 make_overlay.py image1.jpg,image2.jpg

The output will share the name with the first image of the input, with an added suffix "_overlay" before the file extension – i.e. image1_overlay.jpg based on the above example.

image1 + image2 --> output