All Projects → MxABC → Swiftscan

MxABC / Swiftscan

Licence: mit
A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftscan

Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (-78.28%)
Mutual labels:  qrcode, barcode, avfoundation, scan
Nbzxing
🔥 2020年最好用的开源扫码,全方位优化,强烈推荐!! 支持多种常规zxing无法扫出的码,用就完了!! 🔥
Stars: ✭ 184 (-86.36%)
Mutual labels:  qrcode, barcode, scan
r scan
📷🖨Flutter二维码&条形码扫描插件,支持相机、文件、链接、Uint8List类型扫描
Stars: ✭ 108 (-91.99%)
Mutual labels:  qrcode, barcode, scan
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+56.93%)
Mutual labels:  qrcode, barcode, scan
barcode scan2
[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
Stars: ✭ 43 (-96.81%)
Mutual labels:  qrcode, barcode, scan
Stegastamp
Invisible Hyperlinks in Physical Photographs
Stars: ✭ 306 (-77.32%)
Mutual labels:  qrcode, barcode
Qzxing
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Stars: ✭ 401 (-70.27%)
Mutual labels:  qrcode, barcode
Td Angular Barcode
Barcode Generator for Angular 1 (Supports 90+ barcode types: qr, aztec, code128, ean, isbn, interleaved2of5, ...)
Stars: ✭ 22 (-98.37%)
Mutual labels:  qrcode, barcode
Barcode
a barcode creation lib for golang
Stars: ✭ 953 (-29.36%)
Mutual labels:  qrcode, barcode
garden.zbarcam
Migrated to https://github.com/kivy-garden/zbarcam
Stars: ✭ 49 (-96.37%)
Mutual labels:  qrcode, barcode
Zxingview
👍 Lowest cost integration and most convenient customization zxing on android
Stars: ✭ 23 (-98.3%)
Mutual labels:  qrcode, barcode
Barcodescanner.xf
Barcode Scanner using GoogleVision API for Xamarin Form
Stars: ✭ 82 (-93.92%)
Mutual labels:  qrcode, barcode
Lbxscan
A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
Stars: ✭ 3,133 (+132.25%)
Mutual labels:  avfoundation, scan
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+205.49%)
Mutual labels:  qrcode, barcode
Roundcode
Custom rounded QR code with lots of customization.
Stars: ✭ 267 (-80.21%)
Mutual labels:  qrcode, barcode
Czxing
C++ port of ZXing and ZBar for Android.
Stars: ✭ 854 (-36.69%)
Mutual labels:  qrcode, barcode
Symbology
🔖 Node.js module that generates 1D and 2D barcodes in png, eps, and svg formats. Supports over 50 symbologies.
Stars: ✭ 62 (-95.4%)
Mutual labels:  qrcode, barcode
Library
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
Stars: ✭ 1,006 (-25.43%)
Mutual labels:  qrcode, barcode
Blabel
🏷 Python label/sticker PDF generation. HTML templates, built-in barcodes, qr codes, and other goodies
Stars: ✭ 63 (-95.33%)
Mutual labels:  qrcode, barcode
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (-94.51%)
Mutual labels:  barcode, scan

iOS qrCode、barCode Swift Version

Platform Language License

Objective-c Version: LBXScan

中文介绍

Introduce

Swift: The packaging system API comes with scan code and image recognition function

  • scan code interface
  • QR code and bar code recognition and generation
  • image recognition from the Album (Test results are not good)

Imitate other app

1、 QQ scan code interface 2、Alipay scan code interface 3、Wechat scan code interface

Other settings parameters custom effects

  • The background color can be set around the scan frame
  • Scan code frame color can also be set
  • Scan code box 4 corners of the color can be set, the size can be set
  • Can only be set to identify the scan code box in the image area
  • Scan code can be set to get the current picture
  • According to the results of the scan code, can intercept part of the image
  • Animation options: Line up and down、Grid form movement、Middle line not moving(use for bar code scanning commonly)

Installation with CocoaPods

platform :ios, '8.0'
use_frameworks!
pod 'swiftScan', :git => 'https://github.com/MxABC/swiftScan.git'

manually

download and copy the Source folder to your project

View effect

image image image image image image image image image image image

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].