knownbug
来自「Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化」· 代码 · 共 73 行
TXT
73 行
Bugs in libdmtx-----------------------------------------------------------------1. libdtmx - Core Library::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::While regular encoder works fine, the optimizer feature (--best)still occasionally generates codeword sequences that are not 100%legal according to the ISO specification. Everything stillappears to decode properly, but until I have time to go throughevery corner case and validate the behavior this will be treatedas an experimental feature. For now dmtxwrite will encode usinga straight ASCII scheme by default.Data Mosaic encoding doesn't produce output for certain sizes: $ echo -n foo | dmtxwrite -M <-- works $ echo -n fooo | dmtxwrite -M <-- doesn't work $ echo -n foooo | dmtxwrite -M <-- works2. dmtxread::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::The follow options are considered experimental: -M, --mosaic interpret as Data Mosaic barcodesWhen using --verbose output, the Data Codeword capacity is oftenreported incorrectly.3. dmtxwrite::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::The follow options are considered experimental: -eb, --encodation=b best encodation (beta only)The follow options are not implemented yet: -ef, --encodation=f fast encodation -c, --color=COLOR barcode color -b, --bgcolor=COLOR background color -r, --rotate=DEGREES rotation angle -M, --mosaic create Data Mosaic barcode4. Test Programs::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::gltest: * No known issuessimpletest: * No known issuesunittest: * No known issues5. Wrappers::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::libdmtx-php: * Does not compile with recent libdmtx versions (needs update)6. Scripts in the script directory::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::The check_headers.pl script verifies that every function hasa correctly-formed header comment. But the test condition iscurrently pretty simple, and does not test the first functionappearing in each file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?