mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
library: use "filemem" for TXT dump_plot() -> txt_hex_plot()
filemem: remove NOLINTS (clang-tidy-20 bug fixed) QRCODE: eliminate NOLINTs using some more asserts (clang-tidy-20); some "de-branching" of loops general: various code fiddlings, in particular lessen no. of redundant parenthesized expressions, especially in conditionals, which reduce rather than aid readibility IMNSHO manual: mention "--dump" option
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
% Zint Barcode Generator and Zint Barcode Studio User Manual
|
||||
% Version 2.15.0.9
|
||||
% April 2025
|
||||
% August 2025
|
||||
|
||||
# 1. Introduction
|
||||
|
||||
@@ -1638,7 +1638,8 @@ The `-e` or `--ecinos` option gives a list of the ECI codes.
|
||||
|
||||
Zint can output a representation of the symbol data as a set of hexadecimal
|
||||
values if asked to output to a text file (`"*.txt"`) or if given the option
|
||||
`--filetype=txt`. This can be used for test and diagnostic purposes.
|
||||
`--filetype=txt` or the option `--dump`. This can be used for test and
|
||||
diagnostic purposes.
|
||||
|
||||
Additional options are available which are specific to certain symbologies.
|
||||
These may, for example, control the amount of error correction data or the size
|
||||
|
||||
Reference in New Issue
Block a user