kelvins / steganography

:see_no_evil: Steganography: Hiding an image inside another
https://goo.gl/6u15mZ
MIT License
347 stars 86 forks source link

Updated steganography.py #19

Open Ananyasingh2002 opened 1 year ago

Ananyasingh2002 commented 1 year ago

I changed the code to make it work with different image types, not just JPEG. Now, the code checks what type of image you're using and saves it in the same format. This way, it won't give you errors if you use a different kind of image.

Ananyasingh2002 commented 1 year ago

Please review the changes.