Aaron
|
2e13775dbc
|
added constants for barcode types
|
2017-06-17 16:42:17 -05:00 |
boombuler
|
a4f901055a
|
added .gitignore file
|
2017-06-05 21:46:43 +02:00 |
boombuler
|
2f6df207f4
|
removed vscode dir
|
2017-06-05 21:45:34 +02:00 |
boombuler
|
e5ca7acf48
|
added package comment
|
2017-06-05 14:39:59 +02:00 |
boombuler
|
dc8c5388c6
|
added package comment
|
2017-06-05 14:39:01 +02:00 |
boombuler
|
663d504db8
|
Added tests for binary encoding
|
2017-06-05 14:27:20 +02:00 |
boombuler
|
4cadd42ac9
|
removed old code fragment
|
2017-06-05 13:47:18 +02:00 |
boombuler
|
e6481dd88f
|
changed documentation of securitylevel argument
|
2017-06-05 13:46:48 +02:00 |
boombuler
|
dbbaa13b52
|
switched to new high level encoder ported from zxing code
|
2017-06-05 13:45:43 +02:00 |
boombuler
|
30df39e13a
|
updated readme
|
2017-06-04 20:07:33 +02:00 |
boombuler
|
0bbbcd75fa
|
added pdf417 support
|
2017-06-04 20:06:35 +02:00 |
boombuler
|
335316296e
|
fixed package comment
|
2017-06-03 14:49:00 +02:00 |
boombuler
|
34a2c393da
|
Full ASCII Mode for Code93
|
2017-06-03 14:47:11 +02:00 |
boombuler
|
1afd8687e3
|
code cleanup.
no need for a second copy of the data.
|
2017-06-03 14:08:06 +02:00 |
boombuler
|
a59cf9ed0f
|
Added Code 93 support
|
2017-06-03 13:20:32 +02:00 |
boombuler
|
925af7061f
|
Added example to README.md
|
2017-06-03 11:34:18 +02:00 |
Florian
|
059b33dac2
|
Merge pull request #19 from bryant1410/master
Fix broken headings in Markdown files
|
2017-04-17 10:38:20 +02:00 |
Santiago Castro
|
dcc981a38c
|
Fix broken Markdown headings
|
2017-04-17 04:35:34 -03:00 |
Florian
|
9fb68fa6ca
|
Merge pull request #18 from anders/datalogic
code128: Test Datalogic programming barcodes.
|
2017-04-12 15:03:35 +02:00 |
Anders Bergh
|
4112921d73
|
code128: Test Datalogic programming barcodes.
Tests new 128A support.
|
2017-04-12 12:34:41 +02:00 |
boombuler
|
0dc17c9053
|
added EncodeWithoutChecksum for code 128 as mentioned in #16
|
2017-04-03 20:34:37 +02:00 |
boombuler
|
3f99eafe23
|
fixes #16
added code 128A
|
2017-04-03 20:31:06 +02:00 |
boombuler
|
868ca20ff5
|
added "A" encoding-table
|
2017-04-03 19:16:53 +02:00 |
Florian
|
c07adc95a0
|
Merge pull request #15 from jackbot/error-typo
Fix typo
|
2017-01-31 18:48:17 +01:00 |
Jack Weeden
|
c0b5aafe4c
|
Fix typo
"Then" -> "than". That's it.
|
2017-01-31 12:27:28 -05:00 |
Florian Sundermann
|
ca2b51849b
|
added test for code 3 of 9
|
2017-01-26 08:53:21 +01:00 |
Florian Sundermann
|
b066487b3e
|
moved checksum function to its own interface
its not needed that all barcodes have an integer checksum
so it should not be needed in every implementation.
|
2017-01-26 08:20:38 +01:00 |
boombuler
|
fe0f26ff6d
|
updated readme again
... its late...
|
2016-12-26 22:19:16 +01:00 |
boombuler
|
d2ce980b7f
|
updated readme
|
2016-12-26 22:18:30 +01:00 |
boombuler
|
d039b6bd02
|
finished aztec code generator.
fixes #10
|
2016-12-26 22:16:28 +01:00 |
boombuler
|
3dbe04fe04
|
started with aztec code
|
2016-12-25 11:27:46 +01:00 |
Florian Sundermann
|
8b1271e880
|
fixed datarace
|
2016-10-12 09:13:12 +02:00 |
Florian Sundermann
|
3e02de6fc1
|
fixes shouldUseCTable
depending on the position of FNC1 the results should be different...
|
2016-10-06 15:00:55 +02:00 |
Florian Sundermann
|
f8b9e11d84
|
Fixes #13
FNC1 could also be encoded using C-Table
|
2016-10-06 14:46:55 +02:00 |
Florian Sundermann
|
a8e04f9666
|
fixes issue #12
due to a race condition some DM codes were created incorrectly
|
2016-09-01 16:56:45 +02:00 |
boombuler
|
56a31058a9
|
fixes issue #11
|
2016-07-18 18:56:27 +02:00 |
Florian
|
d1c739eed5
|
Merge pull request #8 from alexjg/master
Add checksum calculation to relevant barcode types
|
2016-04-26 15:18:33 +02:00 |
Alex Good
|
7435af80e5
|
Add checksum calculation to relevant barcode types
|
2016-04-26 10:13:22 +01:00 |
Florian Sundermann
|
63f4aa2c46
|
fixed issue #5 (new error correction code)
replaced the error correction code with some code based on xzing
|
2015-02-25 14:08:58 +01:00 |
boombuler
|
37c3048240
|
added test case for issue #5
|
2015-02-24 21:00:55 +01:00 |
Florian Sundermann
|
5a0018c9b8
|
test cleanup
|
2014-08-13 08:23:10 +02:00 |
boombuler
|
a8ac393109
|
updated readme
|
2014-08-12 20:31:54 +02:00 |
boombuler
|
bc131f9157
|
added 2 of 5 barcodes
|
2014-08-12 20:29:52 +02:00 |
boombuler
|
ecbfc39708
|
moved rune2int and int2rune to utils package
|
2014-08-12 20:29:20 +02:00 |
Florian Sundermann
|
ea51d46359
|
fixed code128 and added some tests
|
2014-08-12 14:04:17 +02:00 |
Florian Sundermann
|
b1ca18cc4c
|
test cleanup
|
2014-08-12 13:53:36 +02:00 |
Florian Sundermann
|
d0cdae0475
|
updated docs and code cleanup
|
2014-08-11 11:11:24 +02:00 |
Florian Sundermann
|
bccb3d2ede
|
added test + code cleanup
|
2014-08-11 10:34:45 +02:00 |
Florian Sundermann
|
dcebd7d65f
|
fixed typo
|
2014-08-11 08:55:43 +02:00 |
boombuler
|
03fa651512
|
added license
|
2014-06-15 21:33:44 +02:00 |