mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -04:00
Add symbology: DX Film Edge barcode
DX Film Edge barcodes are used 35 mm and APS films
This commit is contained in:
parent
1456af0e8b
commit
d13a3aaf1a
20 changed files with 680 additions and 9 deletions
|
@ -85,6 +85,7 @@ SOURCES += ../backend/2of5.c \
|
|||
../backend/composite.c \
|
||||
../backend/dmatrix.c \
|
||||
../backend/dotcode.c \
|
||||
../backend/dxfilmedge.c \
|
||||
../backend/eci.c \
|
||||
../backend/emf.c \
|
||||
../backend/filemem.c \
|
||||
|
|
|
@ -68,6 +68,7 @@ SOURCES += ../backend/2of5.c \
|
|||
../backend/composite.c \
|
||||
../backend/dmatrix.c \
|
||||
../backend/dotcode.c \
|
||||
../backend/dxfilmedge.c \
|
||||
../backend/eci.c \
|
||||
../backend/emf.c \
|
||||
../backend/gridmtx.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue