RobinDavid/LSB-Steganography

ImageFilledException

MaxToyberman opened this issue · 4 comments

what does it mean ? Is there noise i need to clean ?

Exception: (<class 'main.SteganographyException'>, 'Image filled')

I too experienced the same issue. this happens only in Image steganography,Text steganography works fine

@Gonzalliz did you manage to solve this ?

@MaxToyberman Yes, the problem was with image formats. I earlier used 'jpg' images. But I gave 'png' images then it worked fine for me. But the final recovered image is a crap, it's not the same image that we passed to hide. But the earlier exception is gone and all the output files are made.

ImageFilled is meant to occur when the carrier is not big enough to hold all the data to embed.