mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-24 20:36:03 +00:00
Rename BARCODE_PLAIN_HRT -> BARCODE_RAW_TEXT and add warning
`ZINT_WARN_HRT_RAW_TEXT` if set when outputting HRT (ZXing-C++ issue 883, props Axel Waggershauser) README: Pharmacode -> One-Track, Pharmacode 2-trace -> Two-Track
This commit is contained in:
@@ -632,6 +632,10 @@ Success (including when given informational options \f[CR]\-h\f[R] |
|
||||
\f[CR]\-t\f[R] | \f[CR]\-\-types\f[R], \f[CR]\-v\f[R] |
|
||||
\f[CR]\-\-version\f[R]).
|
||||
.TP
|
||||
\f[CR]\-1\f[R]
|
||||
Human Readable Text was outputted as raw text
|
||||
(\f[CR]ZINT_WARN_HRT_RAW_TEXT\f[R])
|
||||
.TP
|
||||
\f[CR]1\f[R]
|
||||
Human Readable Text was truncated (maximum 199 bytes)
|
||||
(\f[CR]ZINT_WARN_HRT_TRUNCATED\f[R])
|
||||
@@ -683,6 +687,10 @@ Error counterpart of warning if \f[CR]\-\-werror\f[R] given
|
||||
\f[CR]15\f[R]
|
||||
Error counterpart of warning if \f[CR]\-\-werror\f[R] given
|
||||
(\f[CR]ZINT_ERROR_HRT_TRUNCATED\f[R])
|
||||
.TP
|
||||
\f[CR]16\f[R]
|
||||
Error counterpart of warning if \f[CR]\-\-werror\f[R] given
|
||||
(\f[CR]ZINT_ERROR_HRT_RAW_TEXT\f[R])
|
||||
.SH EXAMPLES
|
||||
Create \[lq]out.png\[rq] (or \[lq]out.gif\[rq] if zint built without PNG
|
||||
support) in the current directory, as a Code 128 symbol.
|
||||
|
||||
Reference in New Issue
Block a user