Relative Content

Tag Archive for pythonimage-processingsteganographydwt

Image Steganography using DWT and LSB Substitution in Python

I am trying to hide a small text within an image using DWT and subsequent LSB substitution of the data in the LL-Subband. After substition of the data in the LL-Subband in each pixel, when I try to take the DWT of the image that I get after applying IDWT on the new LL-subband coefficients after LSB substitution, I get completely different data which is not correct.