knownbug
来自「Linux系统下,二维码生成源代码.希望对大家有所帮助.」· 代码 · 共 54 行
TXT
54 行
Bugs in libdmtx-----------------------------------------------------------------1. libdtmx - Core Library::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::Makefile: There is still a problem with chcon throwing anerror in some distros. You should always be able to re-runthe make command to get past it.The barcode region detection and tracing logic is currentlythe weakest point of the library. I will be trying anexperimental new approach in v0.4, but versions 0.3 and olderwill still occasionally get tripped up by seemingly trivialconditions.The encoding logic does not yet support all of the possibleencodating schemes.2. dmtxread::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::The "-c, --count=NUM" option is still not implemented.3. dmtxwrite::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::The follow options are not implemented yet: -f, --format=[pa] barcode output format -e, --encoding=[uact8] encodation scheme -s, --size=SIZE symbol size in Rows x Cols -t, --tilde process tilde -b, --bgcolor=COLOR background color -c, --color=COLOR foreground color -V, --verbose use verbose messages4. Test Programs::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::gltest: No known issuessimpletest: No known issues5. Scripts in $LIBDMTX/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 + -
显示快捷键?