All-in-one steganography suite
Go to file
Alana E 78dceb9f58 Fix bit indexing and plane validation in encoding functions
Corrects the bit index increment logic in encode_text_into_plane to account for the number of planes used per pixel. This also will allow higher capacity payloads.

 Started on adding validation for the plane argument in encode_zlib_into_image to ensure only 'RGB' or 'RGBA' are accepted.
2025-08-28 13:36:12 -07:00
.gitignore Initial commit 2024-05-17 11:28:46 -04:00
LICENSE Initial commit 2024-05-17 11:28:46 -04:00
app.py Fix bit indexing and plane validation in encoding functions 2025-08-28 13:36:12 -07:00
stegg(1).png Rename stegg.png to stegg(1).png 2024-10-13 06:02:31 -04:00
stegg.png Rename compressed_egg_image.png to stegg.png 2024-10-13 06:03:17 -04:00