wanghongtao

Results 7 comments of wanghongtao

If two files are of the same size, does it mean that their names are the same, for example, both are 111.52532?

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...

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