All Projects → vivian8725118 → Zxinggenerator

vivian8725118 / Zxinggenerator

花式二维码生成,提供了6种样式

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Zxinggenerator

Scannermapp
A QR-code and barcode acanner app built in Delphi using ZXing and TFrameStand
Stars: ✭ 65 (-89.48%)
Mutual labels:  zxing, qrcode
Nbzxing
🔥 2020年最好用的开源扫码,全方位优化,强烈推荐!! 支持多种常规zxing无法扫出的码,用就完了!! 🔥
Stars: ✭ 184 (-70.23%)
Mutual labels:  zxing, qrcode
Qrcodescanner
Android QR Code scanning library : QR Scanning library based on zxing for android devices API 15 and up
Stars: ✭ 117 (-81.07%)
Mutual labels:  zxing, qrcode
Spring Qrcode Example
Demonstrates some of the capabilities of the Spring Boot framework through a small, simple example.
Stars: ✭ 23 (-96.28%)
Mutual labels:  zxing, qrcode
QRCodeView
用于简化二维码扫描的框架
Stars: ✭ 34 (-94.5%)
Mutual labels:  qrcode, zxing
Czxing
C++ port of ZXing and ZBar for Android.
Stars: ✭ 854 (+38.19%)
Mutual labels:  zxing, qrcode
Qzxing
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Stars: ✭ 401 (-35.11%)
Mutual labels:  zxing, qrcode
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+242.56%)
Mutual labels:  zxing, qrcode
QRCodeCameraX
QRcode decoder based on CameraX & zxing-core & ML kit, in less than 50 lines
Stars: ✭ 111 (-82.04%)
Mutual labels:  qrcode, zxing
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+329.94%)
Mutual labels:  zxing, qrcode
Qrcodescanner
An optimized qr code scan tool forked from zxing.
Stars: ✭ 427 (-30.91%)
Mutual labels:  zxing, qrcode
qrcode
A flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
Stars: ✭ 69 (-88.83%)
Mutual labels:  qrcode, zxing
Zxingview
👍 Lowest cost integration and most convenient customization zxing on android
Stars: ✭ 23 (-96.28%)
Mutual labels:  zxing, qrcode
Library
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
Stars: ✭ 1,006 (+62.78%)
Mutual labels:  zxing, qrcode
Tesseract Ocr Scanner
基于Tesseract-OCR实现自动扫描识别手机号
Stars: ✭ 622 (+0.65%)
Mutual labels:  zxing, qrcode
Jsqrscanner
JavaScript QR Code scanner for HTML5 supporting browsers
Stars: ✭ 212 (-65.7%)
Mutual labels:  zxing, qrcode
ZxingSupport
A Library based on Zxing, make you easy to develop 1D/2D barcode-scan App.
Stars: ✭ 15 (-97.57%)
Mutual labels:  qrcode, zxing
Quick Media
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Stars: ✭ 612 (-0.97%)
Mutual labels:  zxing, qrcode
Easy Wg Quick
Creates Wireguard configuration for hub and peers with ease
Stars: ✭ 502 (-18.77%)
Mutual labels:  qrcode
Qr Code
Web Component for generating QR codes
Stars: ✭ 425 (-31.23%)
Mutual labels:  qrcode

Join the chat at https://gitter.im/vivian8725118/ZXingGenerator

ZXingGenerator

花式二维码生成,提供了6种样式

Usage

QRCode.java文件中提供了6种生成二维码的样式,可直接按照如下方式使用。

qrcode1.setImageBitmap(QRCode.createQRCode("http://www.tmtpost.com/2536837.html"));
qrcode2.setImageBitmap(QRCode.createQRCodeWithLogo2("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode3.setImageBitmap(QRCode.createQRCodeWithLogo3("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode4.setImageBitmap(QRCode.createQRCodeWithLogo4("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode5.setImageBitmap(QRCode.createQRCodeWithLogo5("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, drawableToBitmap(getResources().getDrawable(R.drawable.head))));
qrcode6.setImageBitmap(QRCode.createQRCodeWithLogo6("http://www.jianshu.com/users/4a4eb4feee62/latest_articles", 500, drawableToBitmap(getResources().getDrawable(R.drawable.head))));
   

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].