mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-13 17:43:52 +00:00
DXFILMEDGE: various tweaks:
change # 147 -> 127 to use up barcode # holes; use "common.h" funcs `str_to_uppercase()` -> `to_upper()`, `count_char_occurrences()` -> `chr_cnt()`; prefix defines with `DX_` and funcs with `dx_`; `ZINT_DEBUG_PRINT` -> `symbol->debug & ZINT_DEBUG_PRINT`; bools to ints; use `posn()` to check for slash (returns length); restrict line lengths to 118; suppress some clang-tidy warnings; normalize some error messages; check for single "A" if any (`sscanf()`); use compliant height default; some whitespace formatting; Tcl: add DXFILMEDGE support docs: document DXFILMEDGE; update to latest pandoc test suite: ZXingCPP: DXFILMEDGE support
This commit is contained in:
13
README
13
README
@@ -38,12 +38,13 @@ Deutsche Post Leitcode Telepen
|
||||
DotCode Telepen Numeric
|
||||
DPD Code UK Plessey
|
||||
Dutch Post KIX Ultracode
|
||||
EAN (EAN-2, EAN-5, EAN-8 and EAN-13) UPC-A
|
||||
EAN-14 UPC-E
|
||||
FIM (Facing Identification Mark) UPNQR
|
||||
Flattermarken UPU S10
|
||||
Grid Matrix USPS Intelligent Mail (OneCode)
|
||||
GS1 Composite (EAN/UPC/DataBar/GS-128) VIN (Vehicle Identification Number)
|
||||
DX Film Edge Barcode UPC-A
|
||||
EAN (EAN-2, EAN-5, EAN-8 and EAN-13) UPC-E
|
||||
EAN-14 UPNQR
|
||||
FIM (Facing Identification Mark) UPU S10
|
||||
Flattermarken USPS Intelligent Mail (OneCode)
|
||||
Grid Matrix VIN (Vehicle Identification Number)
|
||||
GS1 Composite (EAN/UPC/DataBar/GS-128)
|
||||
|
||||
Output can be saved as BMP, EMF, EPS, GIF, PCX, PNG, SVG or TIF.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user