go-tinyqr

An experimental minimal QR Code generator  http://go-qrcode.appspot.com
git clone https://git.ce9e.org/go-tinyqr.git

DateCommit messageAuthor
2024-03-01 09:04README: note on version supportTobias Bengfort
2024-03-01 08:53README: add more information on code reductionTobias Bengfort
2024-03-01 08:32gf: fix code orderTobias Bengfort
2024-03-01 02:45cleanup gitignoreTobias Bengfort
2024-03-01 02:42change READMETobias Bengfort
2024-03-01 02:42change moduleTobias Bengfort
2024-03-01 02:24refactor/minimize codeTobias Bengfort
2024-02-29 17:37rm testsTobias Bengfort
2020-06-17 19:49Encode mixed numeric/alphanumeric data segments as one alphanumeric data segment if that's more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version.Tom
2020-05-26 17:57Merge pull request #33 from vsenko/occasional-byte-encoding-efficiency-over-mixed-encodingtfh
2020-05-19 17:19Merge pull request #34 from vsenko/export-NewWithForcedVersiontfh
2020-05-19 17:15Merge pull request #29 from shvc/mastertfh
2020-05-19 08:15Export NewWithForcedVersionvsenko
2020-05-19 07:45Check if a single byte encoded segment would be more efficient than mixed encodingvsenko
2020-01-13 09:04add go.modvager
2019-10-27 15:24Update README.mdtfh
2019-10-27 14:54Merge branch 'fix_scaling'Tom
2019-10-17 16:33Add DisableBorder option to disable the QR Code quiet zone entirely, thus no more margins/borders. Defaults to borders for compatibility.Tom
2019-10-17 16:33Fix optional tests using zbarimgTom
2019-10-14 17:14Fix scaling of QR codes in fixed sized images.Tom
2019-10-14 17:07Fix scaling of QR codes in fixed sized images.Tom
2019-01-10 00:05Merge pull request #20 from warbaby/img_set_performancetfh
2019-01-07 03:13bgClr is always zero, no need to setwangbei
2019-01-05 12:39perf: improve img bitmap fill performancewangbei
2019-01-03 00:52Merge pull request #19 from pseyfert/smallerQRcodetfh
2019-01-03 00:17create smaller QR codes with ToSmallStringPaul Seyfert
2017-12-29 12:04Merge pull request #15 from chris-rock/chris-rock/text-as-libtfh
2017-12-29 11:54moves cli output generator to lib. this enables other application to reuse this functionalityChristoph Hartmann
2017-12-27 01:05Merge pull request #14 from onodera-punpun/mastertfh
2017-12-26 14:14Add WriteColorFileCamille Scholtz
2017-12-14 17:50Merge pull request #12 from EwanEwart/patch-1tfh
2017-12-14 11:40Update example_test.goEwanEwart
2017-08-12 16:12Implement variable sized image support.tfh
2017-04-04 20:54Merge pull request #9 from skip2/skip2-travis-go1.7Tom Harwood
2017-04-04 20:53Update TravisCI config to use Go 1.7.Tom Harwood
2017-04-04 20:51Merge pull request #8 from Aslai/masterTom Harwood
2017-04-04 19:03Crunch down output PNG by a bitKaslai
2017-03-27 23:37Merge pull request #7 from Deleplace/negativeTom Harwood
2017-03-23 23:17Extra flag -i to invert black and white (negative photo).Deleplace
2017-03-23 23:10Merge pull request #6 from Deleplace/masterTom Harwood
2017-03-23 22:51Better rectangle char U+2588 █ 'FULL BLOCK' for text-art.Deleplace
2017-03-22 14:512D char map works better on "white" background.Deleplace
2017-03-22 14:48Extra flag -t to print as 2D char map on STDOUT.Deleplace
2016-12-31 17:30Merge pull request #3 from shenwei356/masterTom Harwood
2016-12-31 16:53remove "release" from .travis.ymlshenwei356
2016-12-31 16:01fix go get commandshenwei356
2016-12-31 15:44add cli, add method QRCode.Write(), update readmeshenwei356
2016-01-24 02:09Merge pull request #2 from shawnps/gofmtSkip
2016-01-22 23:39gofmt -sshawnps
2015-03-15 20:24Add Travis CI button, update docs path to point at github.Tom Harwood
2015-03-15 20:18Add Travis CI config file.Tom Harwood
2015-03-15 20:10Switch to github import paths.Tom Harwood
2015-03-14 20:01Update README.mdAsa
2015-03-14 19:36Create README.mdAsa
2014-04-23 21:05Package documentation functions as the README.Tom Harwood
2014-04-23 19:08Fix symbols consisting of a single block not having their remainder bits applied.Tom Harwood
2014-04-23 18:37+= bitset commentsTom Harwood
2014-04-22 23:20golint fixes #2Tom Harwood
2014-04-22 23:17golint fixesTom Harwood
2014-04-18 17:46Add .gitignoreTom Harwood
2014-04-18 17:45Fix repetitive comment.Tom Harwood
2014-04-18 17:26Test data type optimisation close to the maximum encodable limit of 2953 bytes.Tom Harwood
2014-04-17 00:28Improve penalty calculations, still incomplete.Tom Harwood