101 Commits

Author SHA1 Message Date
Maju Ansari
7d3f021cc2
Added scale support for code39
Returned value of Encode method on code39 was not allowing barcode.scale method. So added EncodeWithoutChecksum method code39 encoder
2018-09-21 22:33:10 +05:30
Florian
34fff276c7
Merge pull request #40 from sbinet-vgo/go-modules
barcode: add support for Go modules
2018-08-09 07:23:37 +02:00
Sebastien Binet
3d4b26039d barcode: add support for Go modules 2018-07-24 13:09:03 +02:00
Florian
3c06908149
Merge pull request #37 from logic/intrune-tests
Correct a few format string issues
2018-03-15 06:10:53 +01:00
Ed Marshall
8a3bb0c01c
Correct a few format string issues. 2018-03-14 20:30:44 -07:00
Florian
5a7395f627
Merge pull request #34 from bertabus/bertabus-patch-1
fixed 'B' encoding for codabar
2018-02-03 09:01:48 +01:00
Billy Rond
33202215fe
Update test case for updated 'B' codabar character 2018-02-02 18:30:38 -07:00
Billy Rond
79be24267e
Swap 'B' and 'C' characters, fix '+' character 2018-02-02 18:20:30 -07:00
Billy Rond
58ed45cf65
fixed 'B' encoding for codabar 2018-02-01 21:14:37 -07:00
Florian
3cfea5ab60 Update README.md v1.0.0 2017-09-22 12:33:52 +02:00
Florian
1975df17bf Merge pull request #29 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2017-09-20 19:07:09 +02:00
The Gitter Badger
ed03f55355 Add Gitter badge 2017-09-20 17:06:17 +00:00
Florian
45e1f5ec9e Merge pull request #27 from PMoneda/master
Change twoofive barcode width to 3
2017-09-08 17:22:17 +02:00
Phlippe Moneda
f2af083559 Update encoder_test.go 2017-09-07 18:29:58 -03:00
Philippe Moneda
69deaf2efb fix tests 2017-09-07 18:05:37 -03:00
Phlippe Moneda
4636cd05cc Merge pull request #1 from PMoneda/fix-twoofive-barcode-width
Change barcorde width from 2 to 3
2017-09-07 12:47:09 -03:00
Phlippe Moneda
3c98c6245c Change barcorde width from 2 to 3 2017-09-07 12:46:02 -03:00
Florian
56ef0af912 Merge pull request #22 from aaronarduino/add-barcode-const
added constants for barcode types
2017-06-18 07:38:12 +02:00
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