Groups
Groups
Sign in
Groups
Groups
golang-nuts
Conversations
About
Send feedback
Help
QR Codes
258 views
Skip to first unread message
omicro...@gmail.com
unread,
Feb 27, 2015, 10:55:39 AM
2/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Is there any library to encode AND decode qr code images?
https://github.com/boombuler/barcode
supports encoding, but not decoding.
If there isn't any yet, is there any resource to find how to decode qr image?
Thanks.
ju...@sportity.com
unread,
Feb 27, 2015, 8:14:58 PM
2/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com, omicro...@gmail.com
Did you check
godoc.org
?
https://godoc.org/?q=qr
I see two packages for that:
https://godoc.org/github.com/chai2010/qrcode
https://godoc.org/github.com/kdar/goquirc
I've also tried three encoders libs in production, and finally I've settled with
https://code.google.com/p/go-qrcode/
- the code is very clean and nice. But for PNG encoding speed, probably, rsc's lib is faster (it uses own PNG encoding for QR) -
https://godoc.org/code.google.com/p/rsc/qr
andrey mirtchovski
unread,
Feb 27, 2015, 8:26:13 PM
2/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omicro...@gmail.com, golang-nuts
> If there isn't any yet, is there any resource to find how to decode qr image?
you may find this interesting:
http://research.swtch.com/qart
Dida
unread,
Feb 28, 2015, 3:57:19 PM
2/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andrey mirtchovski, golang-nuts
Oh wow, thanks a lot guys!
--
A novel is never anything, but a philosophy put into images.
Reply all
Reply to author
Forward
0 new messages