You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I don't get your script working. I had to install the modules python-opencv and python-docopt via apt (working on debian), to fix the import errors. But now I get an Overflow Error:
File "LSBSteg.py", line 189, in <module>
main()
File "LSBSteg.py", line 183, in main
raw = steg.decode_binary()
File "LSBSteg.py", line 165, in decode_binary
for i in range(l):
OverflowError: range() result has too many items
I am running the command: python LSBSteg.py decode --in=export.png --out=outfile
How can I fix it?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I don't get your script working. I had to install the modules
python-opencv
andpython-docopt
via apt (working on debian), to fix the import errors. But now I get an Overflow Error:I am running the command:
python LSBSteg.py decode --in=export.png --out=outfile
How can I fix it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: