-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathKNOWNBUG
31 lines (22 loc) · 1.02 KB
/
KNOWNBUG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Bugs in dmtx-utils
-----------------------------------------------------------------
1. dmtxread
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
The follow options are considered experimental:
-M, --mosaic interpret as Data Mosaic barcodes
2. dmtxwrite
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
The follow options are considered experimental:
-eb, --encodation=b best encodation (beta only)
-M, --mosaic create Data Mosaic (non-standard)
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
3. Scripts in the script directory
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
The check_headers.pl script verifies that every function has
a correctly-formed header comment. But the test condition is
currently pretty simple, and does not test the first function
appearing in each file.