1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-08-08 14:28:52 +00:00

CLI: make --mirror available in standard non-batch mode via

new routines `mirror_start()`, `mirror_outfile()` & limit
  substitutions on Unix to backslash (Windows remains the same);
  restrict "borderwidth", "textgap", "vwhitesp", "whitesp" < 100
CODEONE: fix `ceilf()` -> `C1_MULT_CEIL()` in FAST_MODE encodation
  (improves/changes some encodation)
composite: preserve `gs1_verify()` warning using `warn_level` hack;
  fix wrong name `zint_dbar_omnstk_set_height()` ->
  `zint_dbar_stk_set_height()`;
  use new `zint_micropdf_variant()` & `zint_micropdf_expand()`
  routines (see below)
MICROPDF417: move variant determination into new shareable routine
  `zint_micropdf_variant()` & expansion into `zint_micropdf_expand()`
qzint: add helper methods `setbordertypevalue()`,
  `encodedinputmode()`, `encodedoutputoptions()`,
  `ecivaluetoeciindex()` and `eciindextoecivalue()`
dbar: for performance pre-calculate `combins()` as array
coverage: add `malloc()`-type failure testing to AZTEC,
  CONTENT_SEGS, MEMORY_FILE, raster, Reed-Solomon & vector;
  numerous changes to remove unused code and test more branches
common: add `isxdigit()`
general: various code fiddlings
manual: add char names to sequence and batch format char tables;
  mention long options can be shortened (& use "--compliantheight"
  -> "--compliant");
  expand mirror explanation & document substitutions in footnote;
  workaround xecjk putting space after double quote when quoting
  cjk chars & rejig input mode examples;
  workaround html alignment bug in table gs1-enabled symbologies by
  adding extra rh dashes to header cols;
  add "figure nn: " to txt image tags via sed:
  various other small fixes and rephrasings
This commit is contained in:
gitlost
2026-06-23 23:25:23 +01:00
parent 4a60a0b068
commit a81c9d9258
91 changed files with 6879 additions and 4368 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
<desc>Zint Generated Symbol</desc>
<g id="barcode" fill="#000000">
<rect x="0" y="0" width="96" height="96" fill="#FFFFFF"/>
<path d="M0 0h8v24h-8ZM16 0h8v8h-8ZM32 0h8v8h-8ZM48 0h8v8h-8ZM64 0h8v8h-8ZM80 0h8v8h-8ZM32 8h32v8h-32ZM72 8h24v8h-24ZM16 16h16v8h-16ZM40 16h8v8h-8ZM56 16h8v8h-8ZM72 16h16v8h-16ZM0 24h16v8h-16ZM24 24h16v8h-16ZM64 24h8v8h-8ZM88 24h8v8h-8ZM0 32h8v8h-8ZM16 32h16v8h-16ZM48 32h8v8h-8ZM0 40h16v8h-16ZM24 40h48v8h-48ZM88 40h8v8h-8ZM0 48h8v8h-8ZM32 48h8v8h-8ZM64 48h24v8h-24ZM0 56h24v8h-24ZM48 56h8v8h-8ZM88 56h8v8h-8ZM0 64h8v8h-8ZM40 64h16v8h-16ZM72 64h16v8h-16ZM0 72h32v8h-32ZM48 72h16v8h-16ZM72 72h8v8h-8ZM88 72h8v8h-8ZM0 80h16v8h-16ZM24 80h8v8h-8ZM56 80h8v8h-8ZM80 80h8v8h-8ZM0 88h96v8h-96Z"/>
<path d="M0 0h8v24h-8ZM16 0h8v8h-8ZM32 0h8v8h-8ZM48 0h8v8h-8ZM64 0h8v8h-8ZM80 0h8v8h-8ZM32 8h64v8h-64ZM16 16h16v8h-16ZM40 16h24v8h-24ZM72 16h16v8h-16ZM0 24h16v8h-16ZM24 24h8v8h-8ZM40 24h16v8h-16ZM88 24h8v8h-8ZM0 32h8v8h-8ZM16 32h16v8h-16ZM48 32h16v8h-16ZM72 32h8v8h-8ZM0 40h32v8h-32ZM40 40h8v16h-8ZM56 40h8v16h-8ZM80 40h16v8h-16ZM0 48h8v16h-8ZM16 48h16v8h-16ZM72 48h16v8h-16ZM24 56h16v8h-16ZM48 56h48v8h-48ZM0 64h48v8h-48ZM56 64h8v8h-8ZM80 64h8v8h-8ZM0 72h24v8h-24ZM40 72h8v8h-8ZM56 72h24v8h-24ZM88 72h8v8h-8ZM0 80h16v8h-16ZM24 80h8v8h-8ZM48 80h8v8h-8ZM80 80h8v8h-8ZM0 88h96v8h-96Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 949 B

After

Width:  |  Height:  |  Size: 944 B