mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +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:
@@ -333,7 +333,7 @@
|
||||
<h1 class="title">Zint Barcode Generator and Zint Barcode Studio User
|
||||
Manual</h1>
|
||||
<p class="author">Version 2.15.0.9</p>
|
||||
<p class="date">April 2025</p>
|
||||
<p class="date">August 2025</p>
|
||||
</header>
|
||||
<nav id="TOC" role="doc-toc">
|
||||
<ul>
|
||||
@@ -3112,8 +3112,8 @@ the ECI codes.</p>
|
||||
<p>Zint can output a representation of the symbol data as a set of
|
||||
hexadecimal values if asked to output to a text file
|
||||
(<code>"*.txt"</code>) or if given the option
|
||||
<code>--filetype=txt</code>. This can be used for test and diagnostic
|
||||
purposes.</p>
|
||||
<code>--filetype=txt</code> or the option <code>--dump</code>. This can
|
||||
be used for test and diagnostic purposes.</p>
|
||||
<p>Additional options are available which are specific to certain
|
||||
symbologies. These may, for example, control the amount of error
|
||||
correction data or the size of the symbol. These options are discussed
|
||||
|
||||
Reference in New Issue
Block a user