QArt – Pictures in QR code with no inherent errors (research.swtch.com) 61 points by niceperson 8y ago ↗ HN
[–] hdhzy 8y ago ↗ Excellent post! Months ago when I saw gopher QR code I was wondering how is it possible to encode picture like that but found nothing.
[–] gabrielcsapo 8y ago ↗ the article points to google code, is there another source? (gitlab, github, bitbucket, etc) [–] niceperson 8y ago ↗ AFAIK, no. [–] AlbertoGP 8y ago ↗ The code was exported to GitHub, to which I assume is the author's account (rsc):https://github.com/rsc/qrHowever, I'm not familiar with go and all I see there, is what looks like a plain QR encoding library.There is also code for the web server: https://github.com/rsc/swtch/blob/master/app/blog/qr.goAgain, I don't know how to dig further to find the source of the qrweb module.Any ideas?
[–] AlbertoGP 8y ago ↗ The code was exported to GitHub, to which I assume is the author's account (rsc):https://github.com/rsc/qrHowever, I'm not familiar with go and all I see there, is what looks like a plain QR encoding library.There is also code for the web server: https://github.com/rsc/swtch/blob/master/app/blog/qr.goAgain, I don't know how to dig further to find the source of the qrweb module.Any ideas?
[–] magnat 8y ago ↗ Other interesting technique is using halftones/dithering to embed picture in readable QR code:PDF paper: http://vecg.cs.ucl.ac.uk/Projects/SmartGeometry/halftone_QR/...Javascript demo: http://jsfiddle.net/lachlan/r8qWV/
[–] ingenieroariel 8y ago ↗ It would be interesting to see traffic signs created this way. Readable both by humans and by machines from far away.
6 comments
[ 3.6 ms ] story [ 8.1 ms ] threadhttps://github.com/rsc/qr
However, I'm not familiar with go and all I see there, is what looks like a plain QR encoding library.
There is also code for the web server: https://github.com/rsc/swtch/blob/master/app/blog/qr.go
Again, I don't know how to dig further to find the source of the qrweb module.
Any ideas?
PDF paper: http://vecg.cs.ucl.ac.uk/Projects/SmartGeometry/halftone_QR/...
Javascript demo: http://jsfiddle.net/lachlan/r8qWV/