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:
gitlost 2024-02-10 16:08:18 +00:00
parent e167f5b534
commit f312cdf630
4 changed files with 26 additions and 21 deletions

View file

@ -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
----