wanghongtao
wanghongtao
If two files are of the same size, does it mean that their names are the same, for example, both are 111.52532?
This is the encode command: ./cimbar --encode -i inputfile.txt -o outputprefix This is the decode command: ./cimbar outputprefix*.png -o ./
Under Windows, I made the following modifications to the cimbar class. After the changes, it can generate files, but the generated files contain garbled text: cpp vector infiles; if (result.count("in"))...
python -m cimbar.cimbar 22.png --output=myoutputfile.txt --ecc=30 --fountain true I used the command above and encountered the following error.: Traceback (most recent call last): File "D:\developsoft\conda\envs\cimbar\lib\runpy.py", line 196, in _run_module_as_main return...
I tested a 66.9 KB PDF file
The encoding and decoding commands I used above are:python -m cimbar.cimbar --encode 444.pdf encoded.png python -m cimbar.cimbar encoded.png --output=33.pdf --ecc=30