MasonEdgar / DCT-Image-Steganography

A small python app to embed "secret" user data into a carrier image by manipulation of the Discrete Cosine Transform (DCT) AC coefficients. This application was developed for a graduate-level university project.
MIT License
32 stars 12 forks source link

Print secret message back to the user #3

Closed mukund-sainath closed 1 month ago

mukund-sainath commented 2 years ago

ReadError: Reading off the end of the data. Tried to read 8 bits when only 7 available.

This is the error I am getting when trying to run the extract_stego_imag.py. Can u please help me with the error?

HLee213 commented 2 years ago

ReadError: Reading off the end of the data. Tried to read 8 bits when only 7 available.

This is the error I am getting when trying to run the extract_stego_imag.py. Can u please help me with the error?

I have the same problem

aksingh44 commented 2 years ago

ReadError: Reading off the end of the data. Tried to read 8 bits when only 7 available.

This is the error I am getting when trying to run the extract_stego_imag.py. Can u please help me with the error?

I have the same problem...did anyone debug it?

MasonEdgar commented 1 month ago

Fixed with PR #5