AhmedAtef07 / ImageSteganography

Hide an image within another image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Steganography

Python script to conceal and extract an image within/from another image.

Usage

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.

Screen shots

About

Hide an image within another image.


Languages

Language:Python 100.0%