This is a simple image steganography code written in Python. In this code a secret text message is concealed within an image.
In this code text message is encoded into image by converting the text into RGB pixels and these new pixels are added over the template image. To decode the text from the image, the RGB pixels of encoded image is changed
my name is harsh