Commit Graph

  • 914f64a08d Set fixed width for PDF417 master v1.0.3 Borna Rajković 2025-01-03 20:43:35 +01:00
  • c575a3c357 Renamed module Borna Rajković 2025-01-03 20:41:46 +01:00
  • ca3e24f327
    Merge pull request #84 from zhaori96/allow-other-depths Florian 2024-08-03 07:01:56 +02:00
  • d79eb8727b Use the Background color from ColorScheme if bc implements BarcodeColor zhaori96 2024-08-02 12:35:17 -03:00
  • d5743d95af Barcode implementations also implements BarcodeColor interface zhaori96 2024-08-02 12:33:00 -03:00
  • 49d4ce8a5b Add BarcodeColor interface zhaori96 2024-08-02 12:31:58 -03:00
  • a8e67c5d16 Add EncodeWithChecksum color overload zhaori96 2024-08-02 12:30:54 -03:00
  • b1129f9d8b Update godoc comment of EncodeWithColor methods zhaori96 2024-08-01 09:02:23 -03:00
  • 1c8224977e Remove unecessary file zhaori96 2024-08-01 09:00:33 -03:00
  • 2c9211e1ea Add ScaleWithFill zhaori96 2024-07-31 16:50:14 -03:00
  • 30509e0dd7 Refactor to use ColorScheme instead of 'depth' approach zhaori96 2024-07-31 16:11:52 -03:00
  • e966fa7106 Add ColorScheme type and predefined color schemes for barcode rendering zhaori96 2024-07-31 16:03:52 -03:00
  • 87ab0677e3 add support for depth in barcode generations zhaori96 2024-07-24 10:29:23 -03:00
  • f3630e1cd4 refactor base1DCode methods to use utility functions for color models and colors zhaori96 2024-07-24 10:25:04 -03:00
  • e8e52a74a7 add functions for color models and colors based on depth in utils package zhaori96 2024-07-24 10:08:05 -03:00
  • 83789dfea1
    Merge pull request #81 from imaginoCDP/fix-code93 v1.0.2 Florian 2024-07-03 04:53:26 +02:00
  • d6f8bd41de fix(code93): Update encoder func to better handle checksum lmazeaud 2024-07-02 17:32:56 +02:00
  • 65580ac6e3
    Merge pull request #72 from huysentruitw/patch-2 Florian 2022-02-09 09:49:09 +01:00
  • abf40d274d
    Merge pull request #71 from huysentruitw/patch-1 Florian 2022-02-09 09:33:04 +01:00
  • 608a8ad611
    Fix bug in DataMatrix padding algorithm huysentruitw 2022-02-09 09:17:15 +01:00
  • 196dd6e4c1
    Swap vertical/horizontal variables in row/column calculation huysentruitw 2022-02-09 09:14:50 +01:00
  • 6c824513ba
    Merge pull request #51 from CodeLingoBot/rewrite v1.0.1 Florian 2019-02-19 07:25:09 +01:00
  • 7bcb6b0526 Fix function comments based on best practices from Effective Go CodeLingo Bot 2019-02-18 22:07:04 +00:00
  • 34fff276c7
    Merge pull request #40 from sbinet-vgo/go-modules Florian 2018-08-09 07:23:37 +02:00
  • 3d4b26039d barcode: add support for Go modules Sebastien Binet 2018-07-24 13:09:03 +02:00
  • 3c06908149
    Merge pull request #37 from logic/intrune-tests Florian 2018-03-15 06:10:53 +01:00
  • 8a3bb0c01c
    Correct a few format string issues. Ed Marshall 2018-03-14 20:30:44 -07:00
  • 5a7395f627
    Merge pull request #34 from bertabus/bertabus-patch-1 Florian 2018-02-03 09:01:48 +01:00
  • 33202215fe
    Update test case for updated 'B' codabar character Billy Rond 2018-02-02 18:30:38 -07:00
  • 79be24267e
    Swap 'B' and 'C' characters, fix '+' character Billy Rond 2018-02-02 18:20:30 -07:00
  • 58ed45cf65
    fixed 'B' encoding for codabar Billy Rond 2018-02-01 21:14:37 -07:00
  • 3cfea5ab60 Update README.md v1.0.0 Florian 2017-09-22 12:33:52 +02:00
  • 1975df17bf Merge pull request #29 from gitter-badger/gitter-badge Florian 2017-09-20 19:07:09 +02:00
  • ed03f55355 Add Gitter badge The Gitter Badger 2017-09-20 17:06:17 +00:00
  • 45e1f5ec9e Merge pull request #27 from PMoneda/master Florian 2017-09-08 17:22:17 +02:00
  • f2af083559 Update encoder_test.go Phlippe Moneda 2017-09-07 18:29:58 -03:00
  • 69deaf2efb fix tests Philippe Moneda 2017-09-07 18:05:37 -03:00
  • 4636cd05cc Merge pull request #1 from PMoneda/fix-twoofive-barcode-width Phlippe Moneda 2017-09-07 12:47:09 -03:00
  • 3c98c6245c Change barcorde width from 2 to 3 Phlippe Moneda 2017-09-07 12:46:02 -03:00
  • 56ef0af912 Merge pull request #22 from aaronarduino/add-barcode-const Florian 2017-06-18 07:38:12 +02:00
  • 2e13775dbc added constants for barcode types Aaron 2017-06-17 16:42:17 -05:00
  • a4f901055a added .gitignore file boombuler 2017-06-05 21:46:43 +02:00
  • 2f6df207f4 removed vscode dir boombuler 2017-06-05 21:45:34 +02:00
  • e5ca7acf48 added package comment boombuler 2017-06-05 14:39:59 +02:00
  • dc8c5388c6 added package comment boombuler 2017-06-05 14:39:01 +02:00
  • 663d504db8 Added tests for binary encoding boombuler 2017-06-05 14:27:20 +02:00
  • 4cadd42ac9 removed old code fragment boombuler 2017-06-05 13:47:18 +02:00
  • e6481dd88f changed documentation of securitylevel argument boombuler 2017-06-05 13:46:48 +02:00
  • dbbaa13b52 switched to new high level encoder ported from zxing code boombuler 2017-06-05 13:45:43 +02:00
  • 30df39e13a updated readme boombuler 2017-06-04 20:07:33 +02:00
  • 0bbbcd75fa added pdf417 support boombuler 2017-06-04 20:06:35 +02:00
  • 335316296e fixed package comment boombuler 2017-06-03 14:49:00 +02:00
  • 34a2c393da Full ASCII Mode for Code93 boombuler 2017-06-03 14:47:11 +02:00
  • 1afd8687e3 code cleanup. boombuler 2017-06-03 14:08:06 +02:00
  • a59cf9ed0f Added Code 93 support boombuler 2017-06-03 13:20:32 +02:00
  • 925af7061f Added example to README.md boombuler 2017-06-03 11:34:18 +02:00
  • 059b33dac2 Merge pull request #19 from bryant1410/master Florian 2017-04-17 10:38:20 +02:00
  • dcc981a38c Fix broken Markdown headings Santiago Castro 2017-04-17 04:35:34 -03:00
  • 9fb68fa6ca Merge pull request #18 from anders/datalogic Florian 2017-04-12 15:03:35 +02:00
  • 4112921d73 code128: Test Datalogic programming barcodes. Anders Bergh 2017-04-12 12:34:41 +02:00
  • 0dc17c9053 added EncodeWithoutChecksum for code 128 as mentioned in #16 boombuler 2017-04-03 20:34:37 +02:00
  • 3f99eafe23 fixes #16 boombuler 2017-04-03 20:31:06 +02:00
  • 868ca20ff5 added "A" encoding-table boombuler 2017-04-03 19:16:53 +02:00
  • c07adc95a0 Merge pull request #15 from jackbot/error-typo Florian 2017-01-31 18:48:17 +01:00
  • c0b5aafe4c Fix typo Jack Weeden 2017-01-31 12:27:28 -05:00
  • ca2b51849b added test for code 3 of 9 Florian Sundermann 2017-01-26 08:53:21 +01:00
  • b066487b3e moved checksum function to its own interface Florian Sundermann 2017-01-26 08:20:38 +01:00
  • fe0f26ff6d updated readme again boombuler 2016-12-26 22:19:16 +01:00
  • d2ce980b7f updated readme boombuler 2016-12-26 22:18:30 +01:00
  • d039b6bd02 finished aztec code generator. boombuler 2016-12-26 22:16:28 +01:00
  • 3dbe04fe04 started with aztec code boombuler 2016-12-25 11:27:46 +01:00
  • 8b1271e880 fixed datarace Florian Sundermann 2016-10-12 09:13:12 +02:00
  • 3e02de6fc1 fixes shouldUseCTable Florian Sundermann 2016-10-06 15:00:55 +02:00
  • f8b9e11d84 Fixes #13 Florian Sundermann 2016-10-06 14:46:55 +02:00
  • a8e04f9666 fixes issue #12 Florian Sundermann 2016-09-01 16:56:45 +02:00
  • 56a31058a9 fixes issue #11 boombuler 2016-07-18 18:56:27 +02:00
  • d1c739eed5 Merge pull request #8 from alexjg/master Florian 2016-04-26 15:18:33 +02:00
  • 7435af80e5 Add checksum calculation to relevant barcode types Alex Good 2016-04-26 10:13:22 +01:00
  • 63f4aa2c46 fixed issue #5 (new error correction code) replaced the error correction code with some code based on xzing Florian Sundermann 2015-02-25 14:08:58 +01:00
  • 37c3048240 added test case for issue #5 boombuler 2015-02-24 20:54:16 +01:00
  • 5a0018c9b8 test cleanup Florian Sundermann 2014-08-13 08:23:10 +02:00
  • a8ac393109 updated readme boombuler 2014-08-12 20:31:54 +02:00
  • bc131f9157 added 2 of 5 barcodes boombuler 2014-08-12 20:29:52 +02:00
  • ecbfc39708 moved rune2int and int2rune to utils package boombuler 2014-08-12 20:29:20 +02:00
  • ea51d46359 fixed code128 and added some tests Florian Sundermann 2014-08-12 13:53:58 +02:00
  • b1ca18cc4c test cleanup Florian Sundermann 2014-08-12 13:53:36 +02:00
  • d0cdae0475 updated docs and code cleanup Florian Sundermann 2014-08-11 11:11:24 +02:00
  • bccb3d2ede added test + code cleanup Florian Sundermann 2014-08-11 10:34:45 +02:00
  • dcebd7d65f fixed typo Florian Sundermann 2014-08-11 08:55:43 +02:00
  • 03fa651512 added license boombuler 2014-06-15 21:33:44 +02:00
  • a1250996a3 added code39 full ASCII mode boombuler 2013-12-23 19:28:49 +01:00
  • 5ae56e6a77 added codabar test boombuler 2013-12-21 01:17:58 +01:00
  • e8eca3ad75 fixed bug in ean encoder and added some tests boombuler 2013-12-20 15:37:07 +01:00
  • b63e15f7ff added testscase for ean encoding boombuler 2013-12-20 09:24:20 +01:00
  • 6a44551dc4 fixed bugs + code cleanup boombuler 2013-12-16 21:12:46 +01:00
  • 9741f0ff8d cleanup Florian Sundermann 2013-12-16 14:10:24 +01:00
  • a4167688a0 added basic code128 support boombuler 2013-12-15 21:56:38 +01:00
  • 987cf1bccc added codabar support boombuler 2013-12-13 18:43:18 +01:00
  • e5d11acdbf bugfix for datamatrix error correction Florian Sundermann 2013-12-13 13:53:27 +01:00
  • e754f1b44c code cleanup boombuler 2013-12-12 21:55:30 +01:00