ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
Updated
Jan 30, 2022 - Java
{{ message }}
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
Barcode generation library written in JavaScript that works in both the browser and on Node.js
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
A pure C# Open Source QR Code implementation
A QR code scanner component for React Native.
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org
a barcode creation lib for golang
C++ port of ZXing and ZBar for Android.
Code scanner library for Android, based on ZXing
C# Barcode Image Generation Library
Useful library to help Android developpers to print with (Bluetooth, TCP, USB) ESC/POS thermal printer.
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
Invisible Hyperlinks in Physical Photographs
In #308, @oleksii-shyman introduced a new FPDF._render_styled_cell_text method.
It should also be used by the FPDF.write method in order to harmonize code.
Unit tests already exist that cover FPDF.write behavior, so this refactoring should be relatively straightforward.
cf. #339 for more context
The existing demonstrations, as well as new ones could be added to codepen.
Here's a super quick sample that just loads the lib and gets it displaying the camera view. This has to be expanded for it to be even demonstration quality, as it doesn't react to any events, but i just wanted to see if camera use was possible from codepen. Since it is, we can do a lot of stuff there.
Add a description, image, and links to the barcode topic page so that developers can more easily learn about it.
To associate your repository with the barcode topic, visit your repo's landing page and select "manage topics."
I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p