Commit Graph

13 Commits

Author SHA1 Message Date
zhaori96 30509e0dd7 Refactor to use ColorScheme instead of 'depth' approach 2024-07-31 16:11:52 -03:00
zhaori96 87ab0677e3 add support for depth in barcode generations
- Introduced depth parameter to EncodeWithDepth function to allow generating barcodes with specified color depth.
- Updated Encode function to use EncodeWithDepth with a default depth of 16.
2024-07-24 10:29:23 -03:00
Aaron 2e13775dbc added constants for barcode types 2017-06-17 16:42:17 -05: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
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
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
Alex Good 7435af80e5 Add checksum calculation to relevant barcode types 2016-04-26 10:13:22 +01:00
Florian Sundermann ea51d46359 fixed code128 and added some tests 2014-08-12 14:04:17 +02:00
Florian Sundermann d0cdae0475 updated docs and code cleanup 2014-08-11 11:11:24 +02:00
Florian Sundermann 9741f0ff8d cleanup 2013-12-16 14:10:24 +01:00
boombuler a4167688a0 added basic code128 support 2013-12-15 21:56:38 +01:00