<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>go-tinyqr, branch HEAD</title>
<subtitle>An experimental minimal QR Code generator</subtitle>
<entry>
<id>6f68f6a22bfdcfd3fefab8f4379bc698355d875d</id>
<published>2024-03-01T09:04:07Z</published>
<updated>2024-03-01T09:04:07Z</updated>
<title type="text">README: note on version support</title>
<link rel="alternate" type="text/html" href="commit/6f68f6a22bfdcfd3fefab8f4379bc698355d875d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">README: note on version support
</content>
</entry>
<entry>
<id>8b3122768d02500df93e48e1e5dc486fd8842dff</id>
<published>2024-03-01T08:53:11Z</published>
<updated>2024-03-01T08:59:31Z</updated>
<title type="text">README: add more information on code reduction</title>
<link rel="alternate" type="text/html" href="commit/8b3122768d02500df93e48e1e5dc486fd8842dff.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">README: add more information on code reduction
</content>
</entry>
<entry>
<id>b6ab6a4c0c13fa64de7b079cb9fdb0b98e8152bc</id>
<published>2024-03-01T08:32:43Z</published>
<updated>2024-03-01T08:32:43Z</updated>
<title type="text">gf: fix code order</title>
<link rel="alternate" type="text/html" href="commit/b6ab6a4c0c13fa64de7b079cb9fdb0b98e8152bc.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">gf: fix code order
</content>
</entry>
<entry>
<id>850b0e9465455539660889acb47ecfb375a2e4a6</id>
<published>2024-03-01T02:45:53Z</published>
<updated>2024-03-01T02:45:53Z</updated>
<title type="text">cleanup gitignore</title>
<link rel="alternate" type="text/html" href="commit/850b0e9465455539660889acb47ecfb375a2e4a6.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">cleanup gitignore
</content>
</entry>
<entry>
<id>d4005362cd2084b101e4ab783b8cd3823ce9b766</id>
<published>2024-03-01T02:42:55Z</published>
<updated>2024-03-01T02:42:55Z</updated>
<title type="text">change README</title>
<link rel="alternate" type="text/html" href="commit/d4005362cd2084b101e4ab783b8cd3823ce9b766.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">change README
</content>
</entry>
<entry>
<id>610f346c61fe407e3474e9a9f30d882317d0069a</id>
<published>2024-03-01T02:42:49Z</published>
<updated>2024-03-01T02:42:49Z</updated>
<title type="text">change module</title>
<link rel="alternate" type="text/html" href="commit/610f346c61fe407e3474e9a9f30d882317d0069a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">change module
</content>
</entry>
<entry>
<id>d3700c0954bc0485491ad762126a21a134fbe4e9</id>
<published>2024-03-01T02:24:44Z</published>
<updated>2024-03-01T02:24:44Z</updated>
<title type="text">refactor/minimize code</title>
<link rel="alternate" type="text/html" href="commit/d3700c0954bc0485491ad762126a21a134fbe4e9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor/minimize code
</content>
</entry>
<entry>
<id>f88a46e3cca8631f37b9988bd169f51294086dfb</id>
<published>2024-02-29T17:37:27Z</published>
<updated>2024-03-01T02:13:57Z</updated>
<title type="text">rm tests</title>
<link rel="alternate" type="text/html" href="commit/f88a46e3cca8631f37b9988bd169f51294086dfb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm tests
</content>
</entry>
<entry>
<id>da1b6568686e89143e94f980a98bc2dbd5537f13</id>
<published>2020-06-17T19:49:43Z</published>
<updated>2020-06-17T19:51:04Z</updated>
<title type="text">Encode mixed numeric/alphanumeric data segments as one alphanumeric data segment if that&#39;s more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version.</title>
<link rel="alternate" type="text/html" href="commit/da1b6568686e89143e94f980a98bc2dbd5537f13.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Encode mixed numeric/alphanumeric data segments as one alphanumeric data segment if that&#39;s more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version.
</content>
</entry>
<entry>
<id>7ac0b40b20381309a948070efde6bf158f0b75be</id>
<published>2020-05-26T17:57:31Z</published>
<updated>2020-05-26T17:57:31Z</updated>
<title type="text">Merge pull request #33 from vsenko/occasional-byte-encoding-efficiency-over-mixed-encoding</title>
<link rel="alternate" type="text/html" href="commit/7ac0b40b20381309a948070efde6bf158f0b75be.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #33 from vsenko/occasional-byte-encoding-efficiency-over-mixed-encoding

Occasional byte encoding efficiency over mixed encoding</content>
</entry>
<entry>
<id>a3b48390827ef63b58d657612023e343b90bdc58</id>
<published>2020-05-19T17:19:59Z</published>
<updated>2020-05-19T17:19:59Z</updated>
<title type="text">Merge pull request #34 from vsenko/export-NewWithForcedVersion</title>
<link rel="alternate" type="text/html" href="commit/a3b48390827ef63b58d657612023e343b90bdc58.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #34 from vsenko/export-NewWithForcedVersion

Export NewWithForcedVersion</content>
</entry>
<entry>
<id>0317bf8cc7076c4d55efa30ce59d7aae30dd13ad</id>
<published>2020-05-19T17:15:08Z</published>
<updated>2020-05-19T17:15:08Z</updated>
<title type="text">Merge pull request #29 from shvc/master</title>
<link rel="alternate" type="text/html" href="commit/0317bf8cc7076c4d55efa30ce59d7aae30dd13ad.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #29 from shvc/master

go mod</content>
</entry>
<entry>
<id>12c2b5949a92309965f82ae335b913ca5a8c13f0</id>
<published>2020-05-19T08:15:19Z</published>
<updated>2020-05-19T08:15:19Z</updated>
<title type="text">Export NewWithForcedVersion</title>
<link rel="alternate" type="text/html" href="commit/12c2b5949a92309965f82ae335b913ca5a8c13f0.html" />
<author>
<name>vsenko</name>
<email>vsenko@gmail.com</email>
</author>
<content type="text">Export NewWithForcedVersion
</content>
</entry>
<entry>
<id>9885e0e62025798be7345712a04e593c7bdfbfa8</id>
<published>2020-05-19T07:45:39Z</published>
<updated>2020-05-19T07:45:39Z</updated>
<title type="text">Check if a single byte encoded segment would be more efficient than mixed encoding</title>
<link rel="alternate" type="text/html" href="commit/9885e0e62025798be7345712a04e593c7bdfbfa8.html" />
<author>
<name>vsenko</name>
<email>vsenko@digiflow.kz</email>
</author>
<content type="text">Check if a single byte encoded segment would be more efficient than mixed encoding
</content>
</entry>
<entry>
<id>11642076e6b1ccc225c0f4d9f3f4d0e668560e92</id>
<published>2020-01-13T09:04:35Z</published>
<updated>2020-01-13T09:04:35Z</updated>
<title type="text">add go.mod</title>
<link rel="alternate" type="text/html" href="commit/11642076e6b1ccc225c0f4d9f3f4d0e668560e92.html" />
<author>
<name>vager</name>
<email>chencheng@myshare.io</email>
</author>
<content type="text">add go.mod
</content>
</entry>
<entry>
<id>9434209cb0863a5f3c316b49a8abb7f7dc80610a</id>
<published>2019-10-27T15:24:51Z</published>
<updated>2019-10-27T15:24:51Z</updated>
<title type="text">Update README.md</title>
<link rel="alternate" type="text/html" href="commit/9434209cb0863a5f3c316b49a8abb7f7dc80610a.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Update README.md</content>
</entry>
<entry>
<id>016ced4a77f51518615c9ee1d47a51a9a277591e</id>
<published>2019-10-27T14:54:39Z</published>
<updated>2019-10-27T14:54:39Z</updated>
<title type="text">Merge branch &#39;fix_scaling&#39;</title>
<link rel="alternate" type="text/html" href="commit/016ced4a77f51518615c9ee1d47a51a9a277591e.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge branch &#39;fix_scaling&#39;
</content>
</entry>
<entry>
<id>cb3bf7ba5ad6fdfa39f4e0533bdee90445d8bb89</id>
<published>2019-10-17T16:33:59Z</published>
<updated>2019-10-17T16:33:59Z</updated>
<title type="text">Add DisableBorder option to disable the QR Code quiet zone entirely, thus no more margins/borders. Defaults to borders for compatibility.</title>
<link rel="alternate" type="text/html" href="commit/cb3bf7ba5ad6fdfa39f4e0533bdee90445d8bb89.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Add DisableBorder option to disable the QR Code quiet zone entirely, thus no more margins/borders. Defaults to borders for compatibility.
</content>
</entry>
<entry>
<id>f409379433324a736a9ea81ac5b9e8354fd99c08</id>
<published>2019-10-17T16:33:22Z</published>
<updated>2019-10-17T16:33:22Z</updated>
<title type="text">Fix optional tests using zbarimg</title>
<link rel="alternate" type="text/html" href="commit/f409379433324a736a9ea81ac5b9e8354fd99c08.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Fix optional tests using zbarimg
</content>
</entry>
<entry>
<id>80e59a6a8136ad8330912576a584f91de71b6689</id>
<published>2019-10-14T17:14:52Z</published>
<updated>2019-10-14T17:14:52Z</updated>
<title type="text">Fix scaling of QR codes in fixed sized images.</title>
<link rel="alternate" type="text/html" href="commit/80e59a6a8136ad8330912576a584f91de71b6689.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Fix scaling of QR codes in fixed sized images.

Previously each QR code module was the same number of pixels in width/height; this leads to some unfavourably small QR codes generated, with lots of white space.

Now, we map each image pixel to the nearest &quot;pixel&quot; in the QR code instead. QR code modules can now vary width/height by a pixel or two.
</content>
</entry>
<entry>
<id>bbbe40053b64143d76939e70452fd649364bca80</id>
<published>2019-10-14T17:07:12Z</published>
<updated>2019-10-14T17:07:12Z</updated>
<title type="text">Fix scaling of QR codes in fixed sized images.</title>
<link rel="alternate" type="text/html" href="commit/bbbe40053b64143d76939e70452fd649364bca80.html" />
<author>
<name>Tom</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Fix scaling of QR codes in fixed sized images.

Previously each QR code module was the same number of pixels in width/height; this leads to some unfavourably small QR codes generated, with lots of white space.

Now, we map each image pixel to the nearest &quot;pixel&quot; in the QR code instead. QR code modules can now vary width/height by a pixel or two.
</content>
</entry>
<entry>
<id>dc11ecdae0a9889dc81a343585516404e8dc6ead</id>
<published>2019-01-10T00:05:54Z</published>
<updated>2019-01-10T00:05:54Z</updated>
<title type="text">Merge pull request #20 from warbaby/img_set_performance</title>
<link rel="alternate" type="text/html" href="commit/dc11ecdae0a9889dc81a343585516404e8dc6ead.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #20 from warbaby/img_set_performance

Improve img bitmap fill performance</content>
</entry>
<entry>
<id>4444a7dc510592188884ddf07b67ebebac15efea</id>
<published>2019-01-07T03:13:20Z</published>
<updated>2019-01-07T03:13:20Z</updated>
<title type="text">bgClr is always zero, no need to set</title>
<link rel="alternate" type="text/html" href="commit/4444a7dc510592188884ddf07b67ebebac15efea.html" />
<author>
<name>wangbei</name>
<email>wangbei@qiyi.com</email>
</author>
<content type="text">bgClr is always zero, no need to set
</content>
</entry>
<entry>
<id>622db714a433d12b4f7ee689a9af37697d6940c2</id>
<published>2019-01-05T12:39:05Z</published>
<updated>2019-01-05T12:39:05Z</updated>
<title type="text">perf: improve img bitmap fill performance</title>
<link rel="alternate" type="text/html" href="commit/622db714a433d12b4f7ee689a9af37697d6940c2.html" />
<author>
<name>wangbei</name>
<email>wangbei@qiyi.com</email>
</author>
<content type="text">perf: improve img bitmap fill performance
</content>
</entry>
<entry>
<id>bcdd5e378222dd9f20da94a99c0101d30ebf3a50</id>
<published>2019-01-03T00:52:19Z</published>
<updated>2019-01-03T00:52:19Z</updated>
<title type="text">Merge pull request #19 from pseyfert/smallerQRcode</title>
<link rel="alternate" type="text/html" href="commit/bcdd5e378222dd9f20da94a99c0101d30ebf3a50.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #19 from pseyfert/smallerQRcode

create smaller QR codes with ToSmallString</content>
</entry>
<entry>
<id>864062d0298f7bb7f5c8fa60f181c631dcad9107</id>
<published>2019-01-03T00:17:47Z</published>
<updated>2019-01-03T00:17:47Z</updated>
<title type="text">create smaller QR codes with ToSmallString</title>
<link rel="alternate" type="text/html" href="commit/864062d0298f7bb7f5c8fa60f181c631dcad9107.html" />
<author>
<name>Paul Seyfert</name>
<email>pseyfert.mathphys@gmail.com</email>
</author>
<content type="text">create smaller QR codes with ToSmallString

Use the characters ▄ and ▀ for two pixel rows per character row.
</content>
</entry>
<entry>
<id>cf5f9fa2f0d847edb8e038db7ed975e239095e1a</id>
<published>2017-12-29T12:04:47Z</published>
<updated>2017-12-29T12:04:47Z</updated>
<title type="text">Merge pull request #15 from chris-rock/chris-rock/text-as-lib</title>
<link rel="alternate" type="text/html" href="commit/cf5f9fa2f0d847edb8e038db7ed975e239095e1a.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #15 from chris-rock/chris-rock/text-as-lib

moves cli output generator to lib</content>
</entry>
<entry>
<id>0a5d819fd6fdb20a7991bdaec8854bbcf575b08c</id>
<published>2017-12-29T11:54:25Z</published>
<updated>2017-12-29T11:54:25Z</updated>
<title type="text">moves cli output generator to lib. this enables other application to reuse this functionality</title>
<link rel="alternate" type="text/html" href="commit/0a5d819fd6fdb20a7991bdaec8854bbcf575b08c.html" />
<author>
<name>Christoph Hartmann</name>
<email>chris@lollyrock.com</email>
</author>
<content type="text">moves cli output generator to lib. this enables other application to reuse this functionality

Signed-off-by: Christoph Hartmann &lt;chris@lollyrock.com&gt;
</content>
</entry>
<entry>
<id>6eeeae4c623f8912c01e542e6c325acdae35425f</id>
<published>2017-12-27T01:05:19Z</published>
<updated>2017-12-27T01:05:19Z</updated>
<title type="text">Merge pull request #14 from onodera-punpun/master</title>
<link rel="alternate" type="text/html" href="commit/6eeeae4c623f8912c01e542e6c325acdae35425f.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #14 from onodera-punpun/master

Add WriteColorFile</content>
</entry>
<entry>
<id>429dd1126e8c5280943e99793a3783ef8f0d5d29</id>
<published>2017-12-26T14:14:04Z</published>
<updated>2017-12-26T14:14:04Z</updated>
<title type="text">Add WriteColorFile</title>
<link rel="alternate" type="text/html" href="commit/429dd1126e8c5280943e99793a3783ef8f0d5d29.html" />
<author>
<name>Camille Scholtz</name>
<email>camille@airmail.cc</email>
</author>
<content type="text">Add WriteColorFile
</content>
</entry>
<entry>
<id>80895b4a9eff675bc0f8ea09f60106bca9ac44c8</id>
<published>2017-12-14T17:50:17Z</published>
<updated>2017-12-14T17:50:17Z</updated>
<title type="text">Merge pull request #12 from EwanEwart/patch-1</title>
<link rel="alternate" type="text/html" href="commit/80895b4a9eff675bc0f8ea09f60106bca9ac44c8.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #12 from EwanEwart/patch-1

Update example_test.go</content>
</entry>
<entry>
<id>d2bf5ddb8e800537bb92425859e68aaf065f6018</id>
<published>2017-12-14T11:40:02Z</published>
<updated>2017-12-14T11:40:02Z</updated>
<title type="text">Update example_test.go</title>
<link rel="alternate" type="text/html" href="commit/d2bf5ddb8e800537bb92425859e68aaf065f6018.html" />
<author>
<name>EwanEwart</name>
<email>34540869+EwanEwart@users.noreply.github.com</email>
</author>
<content type="text">Update example_test.go

	Amendments Thu, 2017-December-14:
	- test integration (go test -v)
	- idiomatic go code</content>
</entry>
<entry>
<id>695fc75a09738f9be56aaa3aecfd7dac28e66b63</id>
<published>2017-08-12T16:12:11Z</published>
<updated>2017-08-12T16:12:11Z</updated>
<title type="text">Implement variable sized image support.</title>
<link rel="alternate" type="text/html" href="commit/695fc75a09738f9be56aaa3aecfd7dac28e66b63.html" />
<author>
<name>tfh</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Implement variable sized image support.
</content>
</entry>
<entry>
<id>0bb60b5a716144fa55da373bab578cca49a537d7</id>
<published>2017-04-04T20:54:33Z</published>
<updated>2017-04-04T20:54:33Z</updated>
<title type="text">Merge pull request #9 from skip2/skip2-travis-go1.7</title>
<link rel="alternate" type="text/html" href="commit/0bb60b5a716144fa55da373bab578cca49a537d7.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #9 from skip2/skip2-travis-go1.7

Update TravisCI config to use Go 1.7.</content>
</entry>
<entry>
<id>3d303647ae814d60e9c1166bc791172eff724526</id>
<published>2017-04-04T20:53:34Z</published>
<updated>2017-04-04T20:53:34Z</updated>
<title type="text">Update TravisCI config to use Go 1.7.</title>
<link rel="alternate" type="text/html" href="commit/3d303647ae814d60e9c1166bc791172eff724526.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Update TravisCI config to use Go 1.7.</content>
</entry>
<entry>
<id>57a8987d83060810a27362d7e6d26af8cc564d52</id>
<published>2017-04-04T20:51:34Z</published>
<updated>2017-04-04T20:51:34Z</updated>
<title type="text">Merge pull request #8 from Aslai/master</title>
<link rel="alternate" type="text/html" href="commit/57a8987d83060810a27362d7e6d26af8cc564d52.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #8 from Aslai/master

Crunch down output PNG by a bit</content>
</entry>
<entry>
<id>ef4aa3655469f148a011e5a66ec0f98a5a5a522f</id>
<published>2017-04-04T19:03:09Z</published>
<updated>2017-04-04T19:03:09Z</updated>
<title type="text">Crunch down output PNG by a bit</title>
<link rel="alternate" type="text/html" href="commit/ef4aa3655469f148a011e5a66ec0f98a5a5a522f.html" />
<author>
<name>Kaslai</name>
<email>kaslai@kaslai.com</email>
</author>
<content type="text">Crunch down output PNG by a bit
</content>
</entry>
<entry>
<id>4c61b63be78398bebd08a352818e64c94226313e</id>
<published>2017-03-27T23:37:06Z</published>
<updated>2017-03-27T23:37:06Z</updated>
<title type="text">Merge pull request #7 from Deleplace/negative</title>
<link rel="alternate" type="text/html" href="commit/4c61b63be78398bebd08a352818e64c94226313e.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #7 from Deleplace/negative

Extra flag -i to invert black and white (negative photo).</content>
</entry>
<entry>
<id>561ea7ec7517114b21688a84beef0b377206f005</id>
<published>2017-03-23T23:17:11Z</published>
<updated>2017-03-23T23:17:11Z</updated>
<title type="text">Extra flag -i to invert black and white (negative photo).</title>
<link rel="alternate" type="text/html" href="commit/561ea7ec7517114b21688a84beef0b377206f005.html" />
<author>
<name>Deleplace</name>
<email>deleplace2015@gmail.com</email>
</author>
<content type="text">Extra flag -i to invert black and white (negative photo).
</content>
</entry>
<entry>
<id>131cd4645209c5137215a1ea8c2706a4839b3987</id>
<published>2017-03-23T23:10:42Z</published>
<updated>2017-03-23T23:10:42Z</updated>
<title type="text">Merge pull request #6 from Deleplace/master</title>
<link rel="alternate" type="text/html" href="commit/131cd4645209c5137215a1ea8c2706a4839b3987.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #6 from Deleplace/master

Extra flag -t to print as 2D char map on STDOUT.</content>
</entry>
<entry>
<id>536a881cd8b29099fa2c75e3155ca3e273e591a2</id>
<published>2017-03-23T22:51:37Z</published>
<updated>2017-03-23T22:51:37Z</updated>
<title type="text">Better rectangle char U+2588 █ &#39;FULL BLOCK&#39; for text-art.</title>
<link rel="alternate" type="text/html" href="commit/536a881cd8b29099fa2c75e3155ca3e273e591a2.html" />
<author>
<name>Deleplace</name>
<email>deleplace2015@gmail.com</email>
</author>
<content type="text">Better rectangle char U+2588 █ &#39;FULL BLOCK&#39; for text-art.
</content>
</entry>
<entry>
<id>ed75e031bc2f22dfe1d48f9921eb2353dab85633</id>
<published>2017-03-22T14:51:18Z</published>
<updated>2017-03-22T14:51:18Z</updated>
<title type="text">2D char map works better on &quot;white&quot; background.</title>
<link rel="alternate" type="text/html" href="commit/ed75e031bc2f22dfe1d48f9921eb2353dab85633.html" />
<author>
<name>Deleplace</name>
<email>deleplace2015@gmail.com</email>
</author>
<content type="text">2D char map works better on &quot;white&quot; background.
</content>
</entry>
<entry>
<id>4bd85f5c1ab152b35529cd369c114a130aa731c6</id>
<published>2017-03-22T14:48:41Z</published>
<updated>2017-03-22T14:48:41Z</updated>
<title type="text">Extra flag -t to print as 2D char map on STDOUT.</title>
<link rel="alternate" type="text/html" href="commit/4bd85f5c1ab152b35529cd369c114a130aa731c6.html" />
<author>
<name>Deleplace</name>
<email>deleplace2015@gmail.com</email>
</author>
<content type="text">Extra flag -t to print as 2D char map on STDOUT.
</content>
</entry>
<entry>
<id>cf02323edc040f5263d08b45a60bc8abdc3bde18</id>
<published>2016-12-31T17:30:31Z</published>
<updated>2016-12-31T17:30:31Z</updated>
<title type="text">Merge pull request #3 from shenwei356/master</title>
<link rel="alternate" type="text/html" href="commit/cf02323edc040f5263d08b45a60bc8abdc3bde18.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #3 from shenwei356/master

add cli, add method QRCode.Write(), update readme</content>
</entry>
<entry>
<id>8d45c0c61d9b1213630074ed0135984dda680a1e</id>
<published>2016-12-31T16:53:46Z</published>
<updated>2016-12-31T16:53:46Z</updated>
<title type="text">remove &quot;release&quot; from .travis.yml</title>
<link rel="alternate" type="text/html" href="commit/8d45c0c61d9b1213630074ed0135984dda680a1e.html" />
<author>
<name>shenwei356</name>
<email>shenwei356@gmail.com</email>
</author>
<content type="text">remove &quot;release&quot; from .travis.yml
</content>
</entry>
<entry>
<id>a1411f21c916f3fbd2e149cf9bf0b81eea249143</id>
<published>2016-12-31T16:01:04Z</published>
<updated>2016-12-31T16:01:04Z</updated>
<title type="text">fix go get command</title>
<link rel="alternate" type="text/html" href="commit/a1411f21c916f3fbd2e149cf9bf0b81eea249143.html" />
<author>
<name>shenwei356</name>
<email>shenwei356@gmail.com</email>
</author>
<content type="text">fix go get command
</content>
</entry>
<entry>
<id>64729ee8b51c0238515204037c58e847d8fc9c6a</id>
<published>2016-12-31T15:44:36Z</published>
<updated>2016-12-31T15:44:36Z</updated>
<title type="text">add cli, add method QRCode.Write(), update readme</title>
<link rel="alternate" type="text/html" href="commit/64729ee8b51c0238515204037c58e847d8fc9c6a.html" />
<author>
<name>shenwei356</name>
<email>shenwei356@gmail.com</email>
</author>
<content type="text">add cli, add method QRCode.Write(), update readme
</content>
</entry>
<entry>
<id>5bfceac8c4950ff8f735525ddcde5a6b08d77ab6</id>
<published>2016-01-24T02:09:45Z</published>
<updated>2016-01-24T02:09:45Z</updated>
<title type="text">Merge pull request #2 from shawnps/gofmt</title>
<link rel="alternate" type="text/html" href="commit/5bfceac8c4950ff8f735525ddcde5a6b08d77ab6.html" />
<author>
<name>Skip</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Merge pull request #2 from shawnps/gofmt

gofmt -s</content>
</entry>
<entry>
<id>d6fbce3eb2e23c9dffbf80d6cd83e161913e3714</id>
<published>2016-01-22T23:39:53Z</published>
<updated>2016-01-22T23:39:53Z</updated>
<title type="text">gofmt -s</title>
<link rel="alternate" type="text/html" href="commit/d6fbce3eb2e23c9dffbf80d6cd83e161913e3714.html" />
<author>
<name>shawnps</name>
<email>shawn@signalsciences.com</email>
</author>
<content type="text">gofmt -s
</content>
</entry>
<entry>
<id>a4b2f114dec145b66dde2e9b793495b74a67abe1</id>
<published>2015-03-15T20:24:06Z</published>
<updated>2015-03-15T20:24:06Z</updated>
<title type="text">Add Travis CI button, update docs path to point at github.</title>
<link rel="alternate" type="text/html" href="commit/a4b2f114dec145b66dde2e9b793495b74a67abe1.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Add Travis CI button, update docs path to point at github.
</content>
</entry>
<entry>
<id>cf115fc637b0677f3597b2e73954058d5e8cd642</id>
<published>2015-03-15T20:18:36Z</published>
<updated>2015-03-15T20:18:36Z</updated>
<title type="text">Add Travis CI config file.</title>
<link rel="alternate" type="text/html" href="commit/cf115fc637b0677f3597b2e73954058d5e8cd642.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Add Travis CI config file.
</content>
</entry>
<entry>
<id>3484a698f5ac87ea2ab7290fa5c807da9c8c83c9</id>
<published>2015-03-15T20:10:10Z</published>
<updated>2015-03-15T20:10:10Z</updated>
<title type="text">Switch to github import paths.</title>
<link rel="alternate" type="text/html" href="commit/3484a698f5ac87ea2ab7290fa5c807da9c8c83c9.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Switch to github import paths.
</content>
</entry>
<entry>
<id>cbd4f54dad22747399b1235385c73b3328cab880</id>
<published>2015-03-14T20:01:15Z</published>
<updated>2015-03-14T20:01:15Z</updated>
<title type="text">Update README.md</title>
<link rel="alternate" type="text/html" href="commit/cbd4f54dad22747399b1235385c73b3328cab880.html" />
<author>
<name>Asa</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Update README.md</content>
</entry>
<entry>
<id>6f3da5a5590054535a1255468ab12e437e99f36d</id>
<published>2015-03-14T19:36:11Z</published>
<updated>2015-03-14T19:36:11Z</updated>
<title type="text">Create README.md</title>
<link rel="alternate" type="text/html" href="commit/6f3da5a5590054535a1255468ab12e437e99f36d.html" />
<author>
<name>Asa</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Create README.md</content>
</entry>
<entry>
<id>5f6c90a0d01a812aac1528e528536a902d5b2825</id>
<published>2014-04-23T21:05:14Z</published>
<updated>2014-04-23T21:05:14Z</updated>
<title type="text">Package documentation functions as the README.</title>
<link rel="alternate" type="text/html" href="commit/5f6c90a0d01a812aac1528e528536a902d5b2825.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Package documentation functions as the README.
</content>
</entry>
<entry>
<id>4d19c4c4112d82871ce6cf1cba02a3cdc5860658</id>
<published>2014-04-23T19:08:51Z</published>
<updated>2014-04-23T19:08:51Z</updated>
<title type="text">Fix symbols consisting of a single block not having their remainder bits applied.</title>
<link rel="alternate" type="text/html" href="commit/4d19c4c4112d82871ce6cf1cba02a3cdc5860658.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Fix symbols consisting of a single block not having their remainder bits applied.
</content>
</entry>
<entry>
<id>fe00d3979fbb456bbcfde6fb5ca6b3bda548652e</id>
<published>2014-04-23T18:37:27Z</published>
<updated>2014-04-23T18:37:27Z</updated>
<title type="text">+= bitset comments</title>
<link rel="alternate" type="text/html" href="commit/fe00d3979fbb456bbcfde6fb5ca6b3bda548652e.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">+= bitset comments
</content>
</entry>
<entry>
<id>0101a5ded8f8b5369fae3c26450909781b1ae488</id>
<published>2014-04-22T23:20:53Z</published>
<updated>2014-04-22T23:20:53Z</updated>
<title type="text">golint fixes #2</title>
<link rel="alternate" type="text/html" href="commit/0101a5ded8f8b5369fae3c26450909781b1ae488.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">golint fixes #2
</content>
</entry>
<entry>
<id>4802c0ec0c97e78b669b46d93fd0bdfe9e544cd1</id>
<published>2014-04-22T23:17:54Z</published>
<updated>2014-04-22T23:17:54Z</updated>
<title type="text">golint fixes</title>
<link rel="alternate" type="text/html" href="commit/4802c0ec0c97e78b669b46d93fd0bdfe9e544cd1.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">golint fixes
</content>
</entry>
<entry>
<id>4942deac2a656eb8e7430e0aa80224c8b1ac35cb</id>
<published>2014-04-18T17:46:23Z</published>
<updated>2014-04-18T17:46:23Z</updated>
<title type="text">Add .gitignore</title>
<link rel="alternate" type="text/html" href="commit/4942deac2a656eb8e7430e0aa80224c8b1ac35cb.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Add .gitignore
</content>
</entry>
<entry>
<id>975ff6bfa4f5d87c33b52147daa44b66d624cbab</id>
<published>2014-04-18T17:45:44Z</published>
<updated>2014-04-18T17:45:44Z</updated>
<title type="text">Fix repetitive comment.</title>
<link rel="alternate" type="text/html" href="commit/975ff6bfa4f5d87c33b52147daa44b66d624cbab.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Fix repetitive comment.
</content>
</entry>
<entry>
<id>f7be08535c03c5ad3c9d854ea682be2a7f95d12e</id>
<published>2014-04-18T17:26:43Z</published>
<updated>2014-04-18T17:26:43Z</updated>
<title type="text">Test data type optimisation close to the maximum encodable limit of 2953 bytes.</title>
<link rel="alternate" type="text/html" href="commit/f7be08535c03c5ad3c9d854ea682be2a7f95d12e.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Test data type optimisation close to the maximum encodable limit of 2953 bytes.
</content>
</entry>
<entry>
<id>f3168efedf8714b39ed1bb317c087505c8d4aaa6</id>
<published>2014-04-17T00:28:51Z</published>
<updated>2014-04-17T00:28:51Z</updated>
<title type="text">Improve penalty calculations, still incomplete.</title>
<link rel="alternate" type="text/html" href="commit/f3168efedf8714b39ed1bb317c087505c8d4aaa6.html" />
<author>
<name>Tom Harwood</name>
<email>tfh@skip.org</email>
</author>
<content type="text">Improve penalty calculations, still incomplete.
</content>
</entry>
</feed>
