20 skills found
mubaidr / Javascript Barcode ReaderSimple and Fast Barcode decoder with support of Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar, EAN-13, EAN-8 barcodes in javascript.
Kingal1337 / Flipper Barcode GeneratorA barcode generator for the Flipper Zero that supports UPC-A, EAN-8, EAN-13, Code-39, Codabar, & Code-128
bzimor / Barcode GeneratorDesktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes
patrickmonteiro / Quasar Barcode Reader📱📷 Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework
playGitboy / BarCodeScanner离线图片扫码工具,支持QR CODE | DATA MATRIX | PDF417 | AZTEC CODE | CODE 128 | CODE 39 | CODE 93 | CODABAR | EAN 13 | EAN 8 | UPCA | UPCE | ITF14等,支持图片格式JPEG | JPG | PNG | GIF | TIFF | TIF | BMP等
joue-quroi / Qrcode ReaderScanning from webcam or local files with support for EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Codabar, Interleaved 2 of 5 and QR Code
sarajupradhan / QR Code Barcode Master Scanner And GeneratorQR Code & Barcode Master is a Free QR Code and Barcode scanner/ generator application. This Application can scan and read all QR / Barcode types including text, url, ISBN, product, contact, calender, email, location, wifi, application etc. Generate Barcode Formates: - QR Code - AZTEC - CODBAR - CODE 39 - CODE128 - DATA MATRIX - EAN 8 - ITF - PDF 417 - UPC A Generate Barcode Types: - Text, Phone, Sms, Website, Wifi, Location, Contact, Event, Email, Application. features: - scan image from gallery and other files. - support flash in scanner on low light. - Quick Action with respect to code (On click of button user can perform actions like send email, add to calender, connect wifi, search code in web etc.) - Save image to file storage. - View a history list of scan and gererated code. - copy and share text via social networks. - fully offline access without internet. - Completly free without ads. Supported user preferences - Auto copy, Beep, Vibrations, Keep awake, privacy mode etc.
Kekos / Gs1 PhpEncodes and decodes GTIN numbers (EAN-8 and EAN-13)
ivanovsergeyminsk / FMXBarcodeGenerates a barcode image as svg-path (TPath.Data)
smorodsky / Ean Barcode GeneratorMake EAN-8 & EAN-13 barcodes.
nicholassm / Go EanA minimal EAN-8 and EAN-13 utility library in Go.
Kekos / Gs1 CsharpEncodes and decodes GTIN numbers (EAN-8 and EAN-13)
TheGeekExplorer / GTIN ValidationBarcode/EAN Validation for GTIN-8, GTIN-12, GTIN-13, and GTIN-14 in Java, PHP, JS, Ruby, TSQL, GO, and VB/VBA
larygwil / ZBar Bar Code Reader(Unofficial mirror) reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code
sc-zhang / BarcodePHPA PHP library for generating EAN 8/13 barcode
TyKonKet / BarcodeGeneratorBarcode generator based on SkiaSharp library
GameMaker2k / UPC A EAN 13 MakerA php barcode generator that supports UPC-A, UPC-E, EAN-8, EAN-13, ITF-14, Interleaved 2 of 5, Code 39, and Code 93.
Hasan-Kilici / Ean8 ReaderNo description available
villeheikkila / BarcodeToolsKitTools to validate and to generate SwiftUI views for various barcode formats (EAN-8, EAN-13, UPC-E, UPC-A)
elliottjm / ZBarQRRead Me About ZBarQR(for 64 bit) ZBar bar code reader ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. The flexible, layered implementation facilitates bar code scanning and decoding for any application: use it stand-alone with the included GUI and command line programs, easily integrate a bar code scanning widget into your Qt, GTK+ or PyGTK GUI application, leverage one of the script or programming interfaces (Python, Perl, C++) ...all the way down to a streamlined C library suitable for embedded use. ZBar is licensed under the GNU LGPL 2.1 to enable development of both open source and commercial projects. If you want to get more, please visit http://zbar.sourceforge.net/index.html How to use ZBar for QR code reader ? Here for download : https://sourceforge.net/projects/zbar/files/iPhoneSDK/beta/ Here for get API : http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html Nessary frameworks AVFoundation.framework CoreMedia.framework CoreVideo.framework QuartzCore.framework libiconv.dylib(<iOS 9) libiconv.tbd(>iOS 9) What this sample solve ? We know the latest ZBarSDK version is '1.3.1' (2012). which is not support for arm64 iOS devices. Since I recompiled the SDK for both simulators and iOS device in arm64, we can keep on developing using ZBarSDK. For Chinese users, ZBarSDK cannot read QR Code generating by Chinese sometimes. So I recompiled the encoding with GB18030 to solve this embarassment. Copy the 'libzbar.a' into your project to start QR code work!! How to generate QR code ? In this sample, we use "libqrencode".(Something about libqrencode, please Google online) Credits and Version History If you find any problems with this sample, please file a bug against it. <Email : 1085952007@qq.com> 1.0 (Nov 2015) was the first shipping version. 1.1 (Jan 2016) added custom view for scanning QR code. 1.2 (May 2016) added custom popView. 1.3 (Jun 2016) use CocoaPods 1.0.1. Share and Enjoy.