mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
CODE128: simplify bitmask in qr_add_version_info()
(ticket #110,
props Daniel Gredler); check for next shift rather than next in `c128_dxsmooth()` to improve encodation on A/B shifting, props Daniel Gredler (Okapi)
This commit is contained in:
parent
e167f5b534
commit
f312cdf630
4 changed files with 26 additions and 21 deletions
|
@ -13,6 +13,7 @@ Changes
|
|||
- Add `BARCODE_MEMORY_FILE` to `symbol->output_options` to allow outputting to
|
||||
in-memory buffer `symbol->memfile` instead of to file `symbol->outfile`,
|
||||
ticket #301
|
||||
- CODE128: improve encodation on A/B shifting, props Daniel Gredler (Okapi)
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue