mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Release 2.11.1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
% Zint Barcode Generator and Zint Barcode Studio User Manual
|
||||
% Version 2.11.0.9
|
||||
% Version 2.11.1
|
||||
% August 2022
|
||||
|
||||
# 1. Introduction
|
||||
@ -1280,7 +1280,7 @@ zint -b 84 --direct --filetype=pcx -d "Data to encode"
|
||||
```
|
||||
|
||||
This command will output the symbol as a PCX file to stdout. The currently
|
||||
supported output file formats are shown in the following table:
|
||||
supported output file formats are shown in the following table.
|
||||
|
||||
Abbreviation File format
|
||||
------------ ---------------------------
|
||||
@ -3175,7 +3175,7 @@ information on mail items. Valid data characters are 0-9, A-Z, a-z, space and
|
||||
hash (#). A Format Control Code (FCC) is added by Zint and should not be
|
||||
included in the input data. Reed-Solomon error correction data is generated by
|
||||
Zint. Encoding behaviour is determined by the length of the input data according
|
||||
to the formula shown in the following table:
|
||||
to the formula shown in the following table.
|
||||
|
||||
-------------------------------------------------------------
|
||||
Input Required Input Format Symbol FCC Encoding
|
||||
@ -3590,7 +3590,7 @@ MaxiCode symbols are composed of two parts named the primary and secondary
|
||||
messages. The primary message consists of a Structured Carrier Message which
|
||||
includes various data about the package being sent and the secondary message
|
||||
usually consists of address data in a data structure. The format of the primary
|
||||
message required by Zint is given in the following table:
|
||||
message required by Zint is given in the following table.
|
||||
|
||||
Characters Meaning
|
||||
---------- -----------------------------------------------------------------
|
||||
@ -3716,7 +3716,7 @@ is dependent on the length of the data input and Zint will allow error
|
||||
correction capacities as low as 3 codewords.
|
||||
|
||||
Alternatively the amount of error correction data can be specified by setting
|
||||
the `--secure` option (API `option_1`) to a value from the following table:
|
||||
the `--secure` option (API `option_1`) to a value from the following table.
|
||||
|
||||
Mode Error Correction Capacity
|
||||
---- -------------------------
|
||||
@ -3810,7 +3810,7 @@ The size of the symbol and the error correction capacity can be specified. If
|
||||
you specify both of these values then Zint will make a 'best-fit' attempt to
|
||||
satisfy both conditions. The symbol size can be specified using the `--vers`
|
||||
option (API `option_2`), and the error correction capacity can be specified by
|
||||
using the `--secure` option (API `option_1`), according to the following tables:
|
||||
using the `--secure` option (API `option_1`), according to the following tables.
|
||||
|
||||
Input Symbol Size Input Symbol Size
|
||||
----- ----------- - ----- -----------
|
||||
@ -3915,7 +3915,7 @@ Table: {#tbl:hanxin_sizes tag=": Han Xin Sizes"}
|
||||
|
||||
There are four levels of error correction capacity available for Han Xin Code
|
||||
which can be set by using the `--secure` option (API `option_1`) to a value from
|
||||
the following table:
|
||||
the following table.
|
||||
|
||||
Mode Recovery Capacity
|
||||
---- -----------------
|
||||
@ -3944,7 +3944,7 @@ option_3 = ZINT_FULL_MULTIBYTE | (N + 1) << 8
|
||||
|
||||
This symbology uses a grid of coloured elements to encode data. ECI and GS1
|
||||
modes are supported. The amount of error correction can be set using the
|
||||
`--secure` option (API `option_1`) to a value as shown in the following table:
|
||||
`--secure` option (API `option_1`) to a value as shown in the following table.
|
||||
|
||||
Value EC Level Amount of symbol holding error correction data
|
||||
----- -------- ----------------------------------------------
|
||||
@ -4054,7 +4054,7 @@ those owners, companies or organisations.
|
||||
|
||||
## 7.3 Version Information
|
||||
|
||||
The current stable version of Zint is 2.11.0, released on 24th May 2022.
|
||||
The current stable version of Zint is 2.11.1, released on 22nd August 2022.
|
||||
|
||||
See `"ChangeLog"` in the project root directory for information on all releases.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Zint Barcode Generator and Zint Barcode Studio User Manual
|
||||
Version 2.11.0.9
|
||||
Version 2.11.1
|
||||
August 2022
|
||||
|
||||
*******************************************************************************
|
||||
@ -1356,7 +1356,7 @@ suffix of the file type required. For example:
|
||||
zint -b 84 --direct --filetype=pcx -d "Data to encode"
|
||||
|
||||
This command will output the symbol as a PCX file to stdout. The currently
|
||||
supported output file formats are shown in the following table:
|
||||
supported output file formats are shown in the following table.
|
||||
|
||||
Abbreviation File format
|
||||
-------------- -------------------------------------------
|
||||
@ -3110,7 +3110,7 @@ on mail items. Valid data characters are 0-9, A-Z, a-z, space and hash (#). A
|
||||
Format Control Code (FCC) is added by Zint and should not be included in the
|
||||
input data. Reed-Solomon error correction data is generated by Zint. Encoding
|
||||
behaviour is determined by the length of the input data according to the formula
|
||||
shown in the following table:
|
||||
shown in the following table.
|
||||
|
||||
---------------------------------------------------------------
|
||||
Input Required Input Format Symbol FCC Encoding
|
||||
@ -3505,7 +3505,7 @@ MaxiCode symbols are composed of two parts named the primary and secondary
|
||||
messages. The primary message consists of a Structured Carrier Message which
|
||||
includes various data about the package being sent and the secondary message
|
||||
usually consists of address data in a data structure. The format of the primary
|
||||
message required by Zint is given in the following table:
|
||||
message required by Zint is given in the following table.
|
||||
|
||||
Characters Meaning
|
||||
------------ -------------------------------------------------------------------
|
||||
@ -3624,7 +3624,7 @@ is dependent on the length of the data input and Zint will allow error
|
||||
correction capacities as low as 3 codewords.
|
||||
|
||||
Alternatively the amount of error correction data can be specified by setting
|
||||
the --secure option (API option_1) to a value from the following table:
|
||||
the --secure option (API option_1) to a value from the following table.
|
||||
|
||||
Mode Error Correction Capacity
|
||||
------ ---------------------------
|
||||
@ -3717,7 +3717,7 @@ The size of the symbol and the error correction capacity can be specified. If
|
||||
you specify both of these values then Zint will make a ‘best-fit’ attempt to
|
||||
satisfy both conditions. The symbol size can be specified using the --vers
|
||||
option (API option_2), and the error correction capacity can be specified by
|
||||
using the --secure option (API option_1), according to the following tables:
|
||||
using the --secure option (API option_1), according to the following tables.
|
||||
|
||||
Input Symbol Size Input Symbol Size
|
||||
------- ------------- -- ------- -------------
|
||||
@ -3821,7 +3821,7 @@ to a value between 1 and 84 according to the following table.
|
||||
|
||||
There are four levels of error correction capacity available for Han Xin Code
|
||||
which can be set by using the --secure option (API option_1) to a value from the
|
||||
following table:
|
||||
following table.
|
||||
|
||||
Mode Recovery Capacity
|
||||
------ -------------------
|
||||
@ -3849,7 +3849,7 @@ option_3 = (N + 1) << 8 where N is 0-3. To use with ZINT_FULL_MULTIBYTE set
|
||||
|
||||
This symbology uses a grid of coloured elements to encode data. ECI and GS1
|
||||
modes are supported. The amount of error correction can be set using the
|
||||
--secure option (API option_1) to a value as shown in the following table:
|
||||
--secure option (API option_1) to a value as shown in the following table.
|
||||
|
||||
Value EC Level Amount of symbol holding error correction data
|
||||
------- ---------- ------------------------------------------------
|
||||
@ -3954,7 +3954,7 @@ those owners, companies or organisations.
|
||||
|
||||
7.3 Version Information
|
||||
|
||||
The current stable version of Zint is 2.11.0, released on 24th May 2022.
|
||||
The current stable version of Zint is 2.11.1, released on 22nd August 2022.
|
||||
|
||||
See "ChangeLog" in the project root directory for information on all releases.
|
||||
|
||||
@ -4120,7 +4120,7 @@ defined.
|
||||
|
||||
Annex B. Man Page ZINT(1)
|
||||
|
||||
% ZINT(1) Version 2.11.0.9 % % June 2022
|
||||
% ZINT(1) Version 2.11.1 % % August 2022
|
||||
|
||||
NAME
|
||||
|
||||
@ -4502,8 +4502,7 @@ OPTIONS
|
||||
rMQR 1 to 38 (33 to 38 automatic width)
|
||||
|
||||
For a number of linear symbols, it specifies check character options (“hide”
|
||||
or “hidden” means don’t show in HRT, “show” or “visible” means do display in
|
||||
HRT):
|
||||
or “hidden” means don’t show in HRT, “visible” means do display in HRT):
|
||||
|
||||
C25IATA 1 or 2 (add visible or hidden check digit)
|
||||
C25IND ditto
|
||||
|
@ -14,7 +14,7 @@
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "ZINT" "1" "June 2022" "Version 2.11.0.9" ""
|
||||
.TH "ZINT" "1" "August 2022" "Version 2.11.1" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -431,7 +431,7 @@ rMQR 1 to 38 (33 to 38 automatic width)
|
||||
.PP
|
||||
For a number of linear symbols, it specifies check character options
|
||||
(\[lq]hide\[rq] or \[lq]hidden\[rq] means don\[cq]t show in HRT,
|
||||
\[lq]show\[rq] or \[lq]visible\[rq] means do display in HRT):
|
||||
\[lq]visible\[rq] means do display in HRT):
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
|
@ -1,6 +1,6 @@
|
||||
% ZINT(1) Version 2.11.0.9
|
||||
% ZINT(1) Version 2.11.1
|
||||
%
|
||||
% June 2022
|
||||
% August 2022
|
||||
|
||||
# NAME
|
||||
|
||||
@ -343,7 +343,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
rMQR 1 to 38 (33 to 38 automatic width)
|
||||
|
||||
For a number of linear symbols, it specifies check character options ("hide" or "hidden" means don't show in HRT,
|
||||
"show" or "visible" means do display in HRT):
|
||||
"visible" means do display in HRT):
|
||||
|
||||
C25IATA 1 or 2 (add visible or hidden check digit)
|
||||
C25IND ditto
|
||||
|
Reference in New Issue
Block a user