Registry / utility / tuotoo-qrcode

tuotoo-qrcode

JSON →
library0.0.0-20220425170535-52ccc2bebf5dgogounverified

A Go library for decoding QR codes from images.

go get github.com/tuotoo/qrcode
INSTALL
IMPORT
SIG · TUOTOO-QRCODE
T
tuotoo-qrcode
utilitygov0.0.0-20220425170535-52ccc2bebf5d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qrcode
github.com/tuotoo/qrcode

Decode a QR code from an image file.

package main import ( "fmt" "os" "github.com/tuotoo/qrcode" ) func main() { file, _ := os.Open("qrcode.png") defer file.Close() qr, _ := qrcode.Decode(file) fmt.Println(qr.Content) }
Debug
Known issues
breakingThis library is no longer actively maintained and may have issues with newer Go versions.
fix
Consider using github.com/makiuchi-d/gozxing or github.com/boombuler/barcode as alternatives.
affects: all
Upgrade
Version history
0.0.0-20220425170535-52ccc2bebf5dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
tuotoo-qrcode — go get tuotoo-qrcode · libregistry