prasad924/Image-Steganography

issue with jpg file

Closed this issue · 2 comments

"Only PNG files can be encoded and decoded, but JPG files are not supported."

JPG files, due to their lossy compression nature, are unsuitable for our traditional image steganography. However, for your clarification, techniques like using the Discrete Cosine Transform (DCT) allow for embedding data in JPG files effectively by hiding information within the image's frequency components, minimizing visible changes to the image's quality.

try to add this info in readme because i spent alot of time figuring out there is an issue with jpg thanks