Cant extract embedded stego message after compression is applied to image?
问题 I am attempting to extract hidden data that has been hidden using DWT steganograpy.Then, when I apply compression, nothing happening! I have used the following code to compress my .bmp image, but no hidden message is being extracted after compression is applied. I tried running in debugger and it just seems to be jumping to the end of the code, after looping around only once. Any ideas of the problem. Data is extracting fine prior to compression being applied. %%%%%%%%%%%%%%%%%%DECODING%%%%%%