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

error in extract_stego_image.py module #4

Closed aksingh44 closed 1 month ago

aksingh44 commented 2 years ago

raise ReadError("Reading off the end of the data. " bitstring.ReadError: Reading off the end of the data. Tried to read 8 bits when only 2 available.

pls help me rectify the error

MasonEdgar commented 1 month ago

Fixed in PR #5