https://github.com/yangboz/as3zxing
AS3 port for ZXing. ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
https://github.com/yangboz/as3zxing
Last synced: 6 months ago
JSON representation
AS3 port for ZXing. ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
- Host: GitHub
- URL: https://github.com/yangboz/as3zxing
- Owner: yangboz
- License: mit
- Created: 2014-04-23T05:30:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T11:58:05.000Z (over 11 years ago)
- Last Synced: 2025-02-08T05:18:01.517Z (8 months ago)
- Language: ActionScript
- Size: 980 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
as3ZXing
========AS3 port for ZXing. ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
ZXing hub: https://github.com/zxing/zxing
* Gist
* Maven repository
* ASDOC
http://htmlpreview.github.io/?https://github.com/yangboz/as3ZXing/blob/master/target/asdoc/index.html
Modifications
=============###1.ADDED:mx.utils.StringUtil;
###2.CHANGED:sort of warning and un-used imports fix;
###3.CHANGED:sort of ASDOC errors fix;