DUN-14
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
| Line 4: | Line 4: | ||
|image=Ean14.gif | |image=Ean14.gif | ||
}} | }} | ||
| − | |||
'''DUN-14''' is not actually a separate bar code symbology, but a numbering system for shipping containers which can be represented as a bar code of some symbology. Currently this is usually [[EAN-14]] (which is similar to [[Code 128]]), but [[ITF-14]] has also been used. | '''DUN-14''' is not actually a separate bar code symbology, but a numbering system for shipping containers which can be represented as a bar code of some symbology. Currently this is usually [[EAN-14]] (which is similar to [[Code 128]]), but [[ITF-14]] has also been used. | ||
| Line 12: | Line 11: | ||
== Developer libraries == | == Developer libraries == | ||
* [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | * [http://zbar.sourceforge.net/ ZBar bar code reader library: cross-platform] | ||
| − | * [ | + | * [https://github.com/zxing/zxing zxing (Zebra Crossing)] (barcode library for Java, ported to some other systems) |
== References == | == References == | ||
Latest revision as of 21:18, 23 October 2015
DUN-14 is not actually a separate bar code symbology, but a numbering system for shipping containers which can be represented as a bar code of some symbology. Currently this is usually EAN-14 (which is similar to Code 128), but ITF-14 has also been used.
[edit] Software
[edit] Developer libraries
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)