EAN-5
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes |image=Book-barcode.png |caption=EAN-5 mini-bar code is on the right. }} '''EAN-5''' is an optional additional bar code to...") |
Dan Tobias (Talk | contribs) (Action Comics is past 1000 now) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
|caption=EAN-5 mini-bar code is on the right. | |caption=EAN-5 mini-bar code is on the right. | ||
}} | }} | ||
− | + | '''EAN-5''' is an optional additional bar code to the right of a [[EAN-13]] or [[UPC-A]] bar code, used on product packaging for checkout scanning. It encodes an extra five digits in addition to the main UPC or EAN code, used for supplementary information (of a larger size than the other [[EAN-2]] supplementary code which only encodes two digits). Book publishers use this to encode the suggested list price of the book. Comic book publishers use it on direct-sale versions (to the comic shop market) to encode the issue number and distinguish variant versions and printings; the first three digits correspond to the issue number (so they have a problem when a title reaches #1000, sometimes averted given their propensity to reboot titles with new #1 issues; ''Action Comics'' was past #900 before it was reset; however, it subsequently restored its original numbering and reached 1000, which was coded as 000 in this system), then one digit representing the printing ("1" for first printing, which collectors usually want) and one digit for variant (e.g., different covers). | |
− | '''EAN-5''' is an optional additional bar code to the right of a [[EAN-13]] or [[UPC-A]] bar code, used on product packaging for checkout scanning. It encodes an extra five digits in addition to the main UPC or EAN code, used for supplementary information (of a larger size than the other [[EAN-2]] supplementary code which only encodes two digits). Book publishers use this to encode the suggested list price of the book. Comic book publishers use it on direct-sale versions (to the comic shop market) to encode the issue number and distinguish variant versions and printings; the first three digits correspond to the issue number (so they | + | |
== Software == | == Software == | ||
Line 16: | Line 15: | ||
== Developer libraries and modules == | == Developer libraries and modules == | ||
* [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) |
* [http://www.chaosreligion.com/wtl/index.php5?title=EAN MediaWiki extension to generate UPC, EAN, and Code39 codes] | * [http://www.chaosreligion.com/wtl/index.php5?title=EAN MediaWiki extension to generate UPC, EAN, and Code39 codes] | ||
− | * [http:// | + | * [http://bwipp.terryburton.co.uk/ Postscript Barcode (barcode writer)] |
== Utilities == | == Utilities == |
Latest revision as of 17:35, 30 November 2020
EAN-5 is an optional additional bar code to the right of a EAN-13 or UPC-A bar code, used on product packaging for checkout scanning. It encodes an extra five digits in addition to the main UPC or EAN code, used for supplementary information (of a larger size than the other EAN-2 supplementary code which only encodes two digits). Book publishers use this to encode the suggested list price of the book. Comic book publishers use it on direct-sale versions (to the comic shop market) to encode the issue number and distinguish variant versions and printings; the first three digits correspond to the issue number (so they have a problem when a title reaches #1000, sometimes averted given their propensity to reboot titles with new #1 issues; Action Comics was past #900 before it was reset; however, it subsequently restored its original numbering and reached 1000, which was coded as 000 in this system), then one digit representing the printing ("1" for first printing, which collectors usually want) and one digit for variant (e.g., different covers).
Contents |
[edit] Software
- Review of barcode scanner apps
- iOS app to read UPC/EAN codes and find product info/prices
- Android app to read UPC and QR codes to look up product info/prices and other info coded or linked in bar codes
- Bar Code app (iOS)
[edit] Developer libraries and modules
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)
- MediaWiki extension to generate UPC, EAN, and Code39 codes
- Postscript Barcode (barcode writer)
[edit] Utilities
- Global UPC database
- Another UPC search site
- Online barcode generator (supports many different formats)
- Another bar code generator