python script to conceal a secret image into another image.
takes the original cover image (RGB format) and the secret image (Black and white) and output steg.png which is the final cover image contaning the secret image. takes steg.png as an input and output the secret (black and white) image it contain. takes the original cover image (RGB format) and the secret image (8 bit colored image) and output steg.png which is the final cover image contaning the secret image. takes steg.png as an input and output the secret ( 8 bit gray scale colored) image it contain.