Mode: RGB
Trying 0.0.0
Traceback (most recent call last):
File "stegoveritas.py", line 71, in <module>
modules.image.run(fArray,args)
File "~/Documents/stegoVeritas-master/modules/image/__init__.py", line 106, in run
modules.image.imageLSB.auto(f,args)
File "~/Documents/stegoVeritas-master/modules/image/imageLSB.py", line 142, in auto
o = _dumpLSBRGBA(f=f,rIndex=[i],gIndex=[i],bIndex=[i])
File "~/Documents/stegoVeritas-master/modules/image/imageLSB.py", line 93, in _dumpLSBRGBA
binStr += str(fBytes[byte + 0] >> index & 1)
TypeError: unsupported operand type(s) for >>: 'str' and 'int'