All-in-one steganography suite
Go to file
Claude 248024d068
Fix color plane encoding features in steganography functions
- Fixed encode_text_into_plane to correctly embed bits sequentially into selected color planes (R, G, B, A)
- Fixed encode_zlib_into_image to correctly embed bits sequentially into selected color planes
- Corrected capacity calculation to account for multiple planes
- Fixed index increment logic to properly advance through message bits
- Now single-plane encoding (R, G, B, or A) and multi-plane encoding (RGB, etc.) work correctly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 14:47:28 +00: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 color plane encoding features in steganography functions 2025-10-26 14:47:28 +00: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