mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-27 05:45:58 +00: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
|
||||
|
||||
*******************************************************************************
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user