Python script to conceal and extract an image within/from another image.
From the root dir and using the samples attached with the repo:
python main.py res/bigimage.jpg -ce res/smallimage_1.jpg
By using the flag -ce
(conceal and extract) the script conceals smallimage_1.jpg
into bigimage.jpg
generating another image, then extract the concealed image from it.