Remove `bitmap_byte_length` member from `zint_symbol`
(was only set on BMP output to length of BMP pixel array)
EXCODE39: change to display check digit in HRT by default
CODE39/EXCODE39/LOGMARS: new hidden check digit option
(`option_2 = 2`)
qr.c: suppress bogus gcc-13 warning (only appears on optimize)
GUI: move some symbology-specific options into Data Tab so
separate tab unnecessary (those with few options and no
Composite/ECI), namely: all C25XXX, CODE39/EXCODE39/LOGMARS,
MSI_PLESSEY, CODABAR, DAFT, DPD, MAILMARK_2D, ITF-14, PZN,
UPNQR, CHANNEL, CODE93 and VIN, adjusting grp uis.
change Data dialog button (ellipsis) QToolButton -> QPushButton
& vice versa zap/clear/eye/swap/scale buttons QPushButton ->
QToolButton for better mac compat (also makes sense);
remove some mac hacks that no longer seem necessary;
use folder icon for Export dialog directory button
manual: document new Symbology-specific groupbox & CODE39/etc
hidden check digit option; add annexes on Qt and Tcl backends;
narrow some tables for better txt output;
remove echoed image tags in txt (pandoc 3.1.5 regression?);
add one-page HTML output to Makefile; also tex output (debug);
add class attributes to images to aid HTML styling;
various other fiddlings
2023-07-18 22:11:50 +12:00
|
|
|
.\" Automatically generated by Pandoc 3.1.5
|
2022-05-20 08:31:40 +12:00
|
|
|
.\"
|
|
|
|
.\" Define V font for inline verbatim, using C font in formats
|
|
|
|
.\" that render this, and otherwise B font.
|
|
|
|
.ie "\f[CB]x\f[]"x" \{\
|
|
|
|
. ftr V B
|
|
|
|
. ftr VI BI
|
|
|
|
. ftr VB B
|
|
|
|
. ftr VBI BI
|
|
|
|
.\}
|
|
|
|
.el \{\
|
|
|
|
. ftr V CR
|
|
|
|
. ftr VI CI
|
|
|
|
. ftr VB CB
|
|
|
|
. ftr VBI CBI
|
|
|
|
.\}
|
2023-07-06 08:26:16 +12:00
|
|
|
.TH "ZINT" "1" "July 2023" "Version 2.12.0.9" ""
|
2022-05-20 08:31:40 +12:00
|
|
|
.hy
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\f[V]zint\f[R] - encode data as a barcode image
|
2022-05-20 08:31:40 +12:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
\f[V]zint\f[R] [\f[V]-h\f[R] | \f[V]--help\f[R]]
|
|
|
|
.PD 0
|
|
|
|
.P
|
|
|
|
.PD
|
|
|
|
\f[V]zint\f[R] [\f[I]options\f[R]]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
zint takes input data from the command line or a file to encode in a
|
|
|
|
barcode which is then output to an image file.
|
|
|
|
.PP
|
2022-05-23 08:33:45 +12:00
|
|
|
Input data is UTF-8, unless \f[V]--binary\f[R] is specified.
|
|
|
|
.PP
|
|
|
|
Human Readable Text (HRT) is displayed by default for those barcodes
|
|
|
|
that support HRT, unless \f[V]--notext\f[R] is specified.
|
|
|
|
.PP
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The output image file (specified with \f[V]-o\f[R] | \f[V]--output\f[R])
|
|
|
|
may be in one of these formats: Windows Bitmap (\f[V]BMP\f[R]), Enhanced
|
|
|
|
Metafile Format (\f[V]EMF\f[R]), Encapsulated PostScript
|
|
|
|
(\f[V]EPS\f[R]), Graphics Interchange Format (\f[V]GIF\f[R]), ZSoft
|
|
|
|
Paintbrush (\f[V]PCX\f[R]), Portable Network Format (\f[V]PNG\f[R]),
|
|
|
|
Scalable Vector Graphic (\f[V]SVG\f[R]), or Tagged Image File Format
|
|
|
|
(\f[V]TIF\f[R]).
|
2022-05-20 08:31:40 +12:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
\f[V]-h\f[R], \f[V]--help\f[R]
|
|
|
|
Print usage information summarizing command line options.
|
|
|
|
.TP
|
|
|
|
\f[V]-b TYPE\f[R], \f[V]--barcode=TYPE\f[R]
|
|
|
|
Set the barcode symbology that will be used to encode the data.
|
|
|
|
\f[I]TYPE\f[R] is the number or name of the barcode symbology.
|
|
|
|
If not given, the symbology defaults to 20 (Code 128).
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
To see what types are available, use the \f[V]-t\f[R] |
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--types\f[R] option.
|
|
|
|
Type names are case-insensitive, and non-alphanumerics are ignored.
|
|
|
|
.TP
|
|
|
|
\f[V]--addongap=INTEGER\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
For EAN/UPC symbologies, set the gap between the main data and the
|
2022-05-20 08:31:40 +12:00
|
|
|
add-on.
|
|
|
|
\f[I]INTEGER\f[R] is in integral multiples of the X-dimension.
|
|
|
|
The maximum gap that can be set is 12.
|
|
|
|
The minimum is 7, except for UPC-A, when the minimum is 9.
|
|
|
|
.TP
|
|
|
|
\f[V]--batch\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Treat each line of an input file specified with \f[V]-i\f[R] |
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--input\f[R] as a separate data set and produce a barcode image for
|
|
|
|
each one.
|
|
|
|
The barcode images are outputted by default to numbered filenames
|
|
|
|
starting with \[lq]00001.png\[rq], \[lq]00002.png\[rq] etc., which can
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
be changed by using the \f[V]-o\f[R] | \f[V]--output\f[R] option.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--bg=COLOUR\f[R]
|
- `zint_symbol->fgcolour` & `bgcolour` buffer lengths extended 10
-> 16 to allow for "C,M,Y,K" comma-separated decimal percentage
strings
- API/CLI/GUI: allow foreground/background colours to be specified
as comma-separated decimal "C,M,Y,K" strings where "C", "M" etc.
are percentages (0-100) (ticket #281, 3rd point)
- output.c: new funcs `out_colour_get_rgb()` & `out_colour_get_cmyk()`
and use in bmp/emf/gif etc.
- PCX: add alpha support
- GUI: fix fg/gbcolor icon background not being reset on zap
- GUI: Rearrange some Appearance tab inputs (Border Type <-> Width,
Show Text <-> Font, Text/Font <-> Printing Scale/Size) to flow
more naturally (hopefully)
- GUI: save button "Save As..." -> "Save..." and add icon
- CLI: add --bgcolor/colour & --fgcolor/colour synonyms
2023-01-30 08:51:11 +13:00
|
|
|
Specify a background (paper) colour where \f[I]COLOUR\f[R] is in
|
|
|
|
hexadecimal \f[V]RRGGBB\f[R] or \f[V]RRGGBBAA\f[R] format or in decimal
|
|
|
|
\f[V]C,M,Y,K\f[R] percentages format.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--binary\f[R]
|
|
|
|
Treat input data as raw 8-bit binary data instead of the default UTF-8.
|
|
|
|
Automatic code page translation to an ECI page is disabled, and no
|
2022-05-20 20:42:19 +12:00
|
|
|
validation of the data\[cq]s character encoding takes place.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--bind\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Add horizontal boundary bars (also known as bearer bars) to the symbol.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The width of the boundary bars is specified by the \f[V]--border\f[R]
|
|
|
|
option.
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--bind\f[R] can also be used to add row separator bars to symbols
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
stacked with multiple \f[V]-d\f[R] | \f[V]--data\f[R] inputs, in which
|
|
|
|
case the width of the separator bars is specified with the
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--separator\f[R] option.
|
|
|
|
.TP
|
2022-11-11 11:13:41 +13:00
|
|
|
\f[V]--bindtop\f[R]
|
|
|
|
Add a horizontal boundary bar to the top of the symbol.
|
|
|
|
The width of the boundary bar is specified by the \f[V]--border\f[R]
|
|
|
|
option.
|
|
|
|
.TP
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--bold\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Use bold text for the Human Readable Text (HRT).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--border=INTEGER\f[R]
|
2022-11-11 11:13:41 +13:00
|
|
|
Set the width of boundary bars (\f[V]--bind\f[R] or \f[V]--bindtop\f[R])
|
|
|
|
or box borders (\f[V]--box\f[R]), where \f[I]INTEGER\f[R] is in integral
|
|
|
|
multiples of the X-dimension.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The default is zero.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--box\f[R]
|
|
|
|
Add a box around the symbol.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The width of the borders is specified by the \f[V]--border\f[R] option.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--cmyk\f[R]
|
|
|
|
Use the CMYK colour space when outputting to Encapsulated PostScript
|
|
|
|
(EPS) or TIF files.
|
|
|
|
.TP
|
|
|
|
\f[V]--cols=INTEGER\f[R]
|
|
|
|
Set the number of data columns in the symbol to \f[I]INTEGER\f[R].
|
2022-05-23 08:33:45 +12:00
|
|
|
Affects Codablock-F, DotCode, GS1 DataBar Expanded Stacked
|
|
|
|
(DBAR_EXPSTK), MicroPDF417 and PDF417 symbols.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--compliantheight\f[R]
|
|
|
|
Warn if the height specified by the \f[V]--height\f[R] option is not
|
|
|
|
compliant with the barcode\[cq]s specification, or if \f[V]--height\f[R]
|
|
|
|
is not given, default to the height specified by the specification (if
|
|
|
|
any).
|
|
|
|
.TP
|
|
|
|
\f[V]-d\f[R], \f[V]--data=DATA\f[R]
|
|
|
|
Specify the input \f[I]DATA\f[R] to encode.
|
|
|
|
The \f[V]--esc\f[R] option may be used to enter non-printing characters
|
|
|
|
using escape sequences.
|
2022-05-20 20:42:19 +12:00
|
|
|
The \f[I]DATA\f[R] should be UTF-8, unless the \f[V]--binary\f[R] option
|
|
|
|
is given, in which case it can be anything.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--direct\f[R]
|
2022-05-20 20:42:19 +12:00
|
|
|
Send output to stdout, which in most cases should be re-directed to a
|
|
|
|
pipe or a file.
|
2022-05-23 08:33:45 +12:00
|
|
|
Use \f[V]--filetype\f[R] to specify output format.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--dmre\f[R]
|
2022-07-22 06:53:48 +12:00
|
|
|
For Data Matrix symbols, allow Data Matrix Rectangular Extended (DMRE)
|
2022-05-20 08:31:40 +12:00
|
|
|
sizes when considering automatic sizes.
|
|
|
|
.TP
|
|
|
|
\f[V]--dotsize=NUMBER\f[R]
|
|
|
|
Set the radius of the dots in dotty mode (\f[V]--dotty\f[R]).
|
2023-07-24 23:56:40 +12:00
|
|
|
\f[I]NUMBER\f[R] is in X-dimensions, and may be floating-point.
|
2022-05-20 20:42:19 +12:00
|
|
|
The default is 0.8.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--dotty\f[R]
|
|
|
|
Use dots instead of squares for matrix symbols.
|
|
|
|
DotCode is always in dotty mode.
|
|
|
|
.TP
|
|
|
|
\f[V]--dump\f[R]
|
|
|
|
Dump a hexadecimal representation of the symbol\[cq]s encodation to
|
|
|
|
stdout.
|
2022-05-23 08:33:45 +12:00
|
|
|
The same representation may be outputted to a file by using a
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\f[V].txt\f[R] extension with \f[V]-o\f[R] | \f[V]--output\f[R] or by
|
2022-05-23 08:33:45 +12:00
|
|
|
specifying \f[V]--filetype=txt\f[R].
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-e\f[R], \f[V]--ecinos\f[R]
|
|
|
|
Display the table of ECIs (Extended Channel Interpretations).
|
|
|
|
.TP
|
|
|
|
\f[V]--eci=INTEGER\f[R]
|
|
|
|
Set the ECI code for the input data to \f[I]INTEGER\f[R].
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
See \f[V]-e\f[R] | \f[V]--ecinos\f[R] for a list of the ECIs available.
|
2022-05-23 08:33:45 +12:00
|
|
|
ECIs are supported by Aztec Code, Code One, Data Matrix, DotCode, Grid
|
|
|
|
Matrix, Han Xin Code, MaxiCode, MicroPDF417, PDF417, QR Code, rMQR and
|
2022-08-19 09:25:09 +12:00
|
|
|
Ultracode.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
2023-06-12 12:25:55 +12:00
|
|
|
\f[V]--embedfont\f[R]
|
|
|
|
For vector output, embed the font in the file for portability.
|
2023-06-14 05:12:20 +12:00
|
|
|
Currently only available for SVG output.
|
2023-06-12 12:25:55 +12:00
|
|
|
.TP
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--esc\f[R]
|
|
|
|
Process escape characters in the input data.
|
|
|
|
The escape sequences are:
|
|
|
|
.RS
|
2022-05-23 08:33:45 +12:00
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\[rs]0 (0x00) NUL Null character
|
|
|
|
\[rs]E (0x04) EOT End of Transmission
|
|
|
|
\[rs]a (0x07) BEL Bell
|
|
|
|
\[rs]b (0x08) BS Backspace
|
|
|
|
\[rs]t (0x09) HT Horizontal Tab
|
|
|
|
\[rs]n (0x0A) LF Line Feed
|
|
|
|
\[rs]v (0x0B) VT Vertical Tab
|
|
|
|
\[rs]f (0x0C) FF Form Feed
|
|
|
|
\[rs]r (0x0D) CR Carriage Return
|
|
|
|
\[rs]e (0x1B) ESC Escape
|
|
|
|
\[rs]G (0x1D) GS Group Separator
|
|
|
|
\[rs]R (0x1E) RS Record Separator
|
|
|
|
\[rs]\[rs] (0x5C) \[rs] Backslash
|
|
|
|
\[rs]dNNN (NNN) Any 8-bit character where NNN is
|
|
|
|
decimal (000-255)
|
2022-12-20 05:28:15 +13:00
|
|
|
\[rs]oNNN (0oNNN) Any 8-bit character where NNN is
|
|
|
|
octal (000-377)
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\[rs]xNN (0xNN) Any 8-bit character where NN is
|
2022-12-20 05:28:15 +13:00
|
|
|
hexadecimal (00-FF)
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\[rs]uNNNN (U+NNNN) Any 16-bit Unicode BMP character
|
|
|
|
where NNNN is hexadecimal
|
2022-06-25 01:38:48 +12:00
|
|
|
\[rs]UNNNNNN (U+NNNNNN) Any 21-bit Unicode character
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
where NNNNNN is hexadecimal
|
2022-05-23 08:33:45 +12:00
|
|
|
\f[R]
|
|
|
|
.fi
|
2022-05-20 08:31:40 +12:00
|
|
|
.RE
|
|
|
|
.TP
|
2023-01-15 13:22:43 +13:00
|
|
|
\f[V]--extraesc\f[R]
|
|
|
|
Process the special escape sequences \f[V]\[rs]\[ha]A\f[R],
|
|
|
|
\f[V]\[rs]\[ha]B\f[R] and \f[V]\[rs]\[ha]C\f[R] that allow manual
|
|
|
|
switching of Code Sets (Code 128 only).
|
|
|
|
The sequence \f[V]\[rs]\[ha]\[ha]\f[R] can be used to encode data that
|
|
|
|
contains special escape sequences.
|
|
|
|
.TP
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--fast\f[R]
|
2022-12-05 23:11:36 +13:00
|
|
|
Use faster if less optimal encodation or other shortcuts (affects Data
|
|
|
|
Matrix, MicroPDF417, PDF417, QRCODE & UPNQR only).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--fg=COLOUR\f[R]
|
- `zint_symbol->fgcolour` & `bgcolour` buffer lengths extended 10
-> 16 to allow for "C,M,Y,K" comma-separated decimal percentage
strings
- API/CLI/GUI: allow foreground/background colours to be specified
as comma-separated decimal "C,M,Y,K" strings where "C", "M" etc.
are percentages (0-100) (ticket #281, 3rd point)
- output.c: new funcs `out_colour_get_rgb()` & `out_colour_get_cmyk()`
and use in bmp/emf/gif etc.
- PCX: add alpha support
- GUI: fix fg/gbcolor icon background not being reset on zap
- GUI: Rearrange some Appearance tab inputs (Border Type <-> Width,
Show Text <-> Font, Text/Font <-> Printing Scale/Size) to flow
more naturally (hopefully)
- GUI: save button "Save As..." -> "Save..." and add icon
- CLI: add --bgcolor/colour & --fgcolor/colour synonyms
2023-01-30 08:51:11 +13:00
|
|
|
Specify a foreground (ink) colour where \f[I]COLOUR\f[R] is in
|
|
|
|
hexadecimal \f[V]RRGGBB\f[R] or \f[V]RRGGBBAA\f[R] format or in decimal
|
|
|
|
\f[V]C,M,Y,K\f[R] percentages format.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--filetype=TYPE\f[R]
|
|
|
|
Set the output file type to \f[I]TYPE\f[R], which is one of
|
|
|
|
\f[V]BMP\f[R], \f[V]EMF\f[R], \f[V]EPS\f[R], \f[V]GIF\f[R],
|
|
|
|
\f[V]PCX\f[R], \f[V]PNG\f[R], \f[V]SVG\f[R], \f[V]TIF\f[R],
|
|
|
|
\f[V]TXT\f[R].
|
|
|
|
.TP
|
|
|
|
\f[V]--fullmultibyte\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Use the multibyte modes of Grid Matrix, Han Xin and QR Code for
|
2022-05-20 08:31:40 +12:00
|
|
|
non-ASCII data.
|
|
|
|
.TP
|
|
|
|
\f[V]--gs1\f[R]
|
|
|
|
Treat input as GS1 compatible data.
|
|
|
|
Application Identifiers (AIs) should be placed in square brackets
|
|
|
|
\f[V]\[dq][]\[dq]\f[R] (but see \f[V]--gs1parens\f[R]).
|
|
|
|
.TP
|
|
|
|
\f[V]--gs1nocheck\f[R]
|
|
|
|
Do not check the validity of GS1 data.
|
|
|
|
.TP
|
|
|
|
\f[V]--gs1parens\f[R]
|
|
|
|
Process parentheses \f[V]\[dq]()\[dq]\f[R] as GS1 AI delimiters, rather
|
|
|
|
than square brackets \f[V]\[dq][]\[dq]\f[R].
|
2022-05-23 08:33:45 +12:00
|
|
|
The input data must not otherwise contain parentheses.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--gssep\f[R]
|
|
|
|
For Data Matrix in GS1 mode, use \f[V]GS\f[R] (0x1D) as the GS1 data
|
|
|
|
separator instead of \f[V]FNC1\f[R].
|
|
|
|
.TP
|
2022-05-25 08:54:44 +12:00
|
|
|
\f[V]--guarddescent=NUMBER\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
For EAN/UPC symbols, set the height the guard bars descend below the
|
2023-07-24 23:56:40 +12:00
|
|
|
main bars, where \f[I]NUMBER\f[R] is in X-dimensions.
|
2022-05-25 08:54:44 +12:00
|
|
|
\f[I]NUMBER\f[R] may be floating-point.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
2023-06-12 12:25:55 +12:00
|
|
|
\f[V]--guardwhitespace\f[R]
|
|
|
|
For EAN/UPC symbols, add quiet zone indicators \f[V]\[dq]<\[dq]\f[R]
|
|
|
|
and/or \f[V]\[dq]>\[dq]\f[R] to HRT where applicable.
|
|
|
|
.TP
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--height=NUMBER\f[R]
|
2023-07-24 23:56:40 +12:00
|
|
|
Set the height of the symbol in X-dimensions.
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[I]NUMBER\f[R] may be floating-point.
|
|
|
|
.TP
|
|
|
|
\f[V]--heightperrow\f[R]
|
|
|
|
Treat height as per-row.
|
2022-10-14 01:33:59 +13:00
|
|
|
Affects Codablock-F, Code 16K, Code 49, GS1 DataBar Expanded Stacked
|
2022-05-20 20:42:19 +12:00
|
|
|
(DBAR_EXPSTK), MicroPDF417 and PDF417.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-i\f[R], \f[V]--input=FILE\f[R]
|
|
|
|
Read the input data from \f[I]FILE\f[R].
|
2023-02-11 03:44:10 +13:00
|
|
|
Specify a single hyphen (\f[V]-\f[R]) for \f[I]FILE\f[R] to read from
|
|
|
|
stdin.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--init\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Create a Reader Initialisation (Programming) symbol.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--mask=INTEGER\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Set the masking pattern to use for DotCode, Han Xin or QR Code to
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[I]INTEGER\f[R], overriding the automatic selection.
|
|
|
|
.TP
|
|
|
|
\f[V]--mirror\f[R]
|
|
|
|
Use the batch data to determine the filename in batch mode
|
|
|
|
(\f[V]--batch\f[R]).
|
2022-12-06 01:55:28 +13:00
|
|
|
The \f[V]-o\f[R] | \f[V]--output\f[R] option can be used to specify an
|
|
|
|
output directory (any filename will be ignored).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--mode=INTEGER\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
For MaxiCode and GS1 Composite symbols, set the encoding mode to
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[I]INTEGER\f[R].
|
2022-05-23 08:33:45 +12:00
|
|
|
.RS
|
|
|
|
.PP
|
|
|
|
For MaxiCode (SCM is Structured Carrier Message, with 3 fields:
|
|
|
|
postcode, 3-digit ISO 3166-1 country code, 3-digit service code):
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
2 SCM with 9-digit numeric postcode
|
|
|
|
3 SCM with 6-character alphanumeric postcode
|
|
|
|
4 Enhanced ECC for the primary part of the message
|
|
|
|
5 Enhanced ECC for all of the message
|
|
|
|
6 Reader Initialisation (Programming)
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.PP
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
For GS1 Composite symbols (names end in \f[V]_CC\f[R], i.e.\ EANX_CC,
|
2022-05-23 08:33:45 +12:00
|
|
|
GS1_128_CC, DBAR_OMN_CC etc.):
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
1 CC-A
|
|
|
|
2 CC-B
|
|
|
|
3 CC-C (GS1_128_CC only)
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.RE
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--nobackground\f[R]
|
|
|
|
Remove the background colour (EMF, EPS, GIF, PNG, SVG and TIF only).
|
|
|
|
.TP
|
|
|
|
\f[V]--noquietzones\f[R]
|
|
|
|
Disable any quiet zones for symbols that define them by default.
|
|
|
|
.TP
|
|
|
|
\f[V]--notext\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Remove the Human Readable Text (HRT).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-o\f[R], \f[V]--output=FILE\f[R]
|
|
|
|
Send the output to \f[I]FILE\f[R].
|
|
|
|
When not in batch mode, the default is \[lq]out.png\[rq] (or
|
|
|
|
\[lq]out.gif\[rq] if zint built without PNG support).
|
|
|
|
When in batch mode (\f[V]--batch\f[R]), special characters can be used
|
|
|
|
to format the output filenames:
|
|
|
|
.RS
|
2022-05-23 08:33:45 +12:00
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
\[ti] Insert a number or 0
|
|
|
|
# Insert a number or space
|
2022-07-09 06:16:02 +12:00
|
|
|
\[at] Insert a number or * (+ on Windows)
|
2022-05-23 08:33:45 +12:00
|
|
|
Any other Insert literally
|
|
|
|
\f[R]
|
|
|
|
.fi
|
2022-05-20 08:31:40 +12:00
|
|
|
.RE
|
|
|
|
.TP
|
|
|
|
\f[V]--primary=STRING\f[R]
|
|
|
|
For MaxiCode, set the content of the primary message.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
For GS1 Composite symbols, set the content of the linear symbol.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--quietzones\f[R]
|
2022-06-17 03:47:34 +12:00
|
|
|
Add compliant quiet zones for symbols that specify them.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
This is in addition to any whitespace specified by \f[V]-w\f[R] |
|
2022-05-23 08:33:45 +12:00
|
|
|
\f[V]--whitesp\f[R] or \f[V]--vwhitesp\f[R].
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-r\f[R], \f[V]--reverse\f[R]
|
|
|
|
Reverse the foreground and background colours (white on black).
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Known as \[lq]reflectance reversal\[rq] or \[lq]reversed
|
|
|
|
reflectance\[rq].
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--rotate=INTEGER\f[R]
|
|
|
|
Rotate the symbol by \f[I]INTEGER\f[R] degrees, where \f[I]INTEGER\f[R]
|
|
|
|
can be 0, 90, 270 or 360.
|
|
|
|
.TP
|
|
|
|
\f[V]--rows=INTEGER\f[R]
|
|
|
|
Set the number of rows for Codablock-F or PDF417 to \f[I]INTEGER\f[R].
|
2022-10-14 01:33:59 +13:00
|
|
|
It will also set the minimum number of rows for Code 16K or Code 49, and
|
2022-05-20 20:42:19 +12:00
|
|
|
the maximum number of rows for GS1 DataBar Expanded Stacked
|
|
|
|
(DBAR_EXPSTK).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--scale=NUMBER\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Adjust the size of the X-dimension.
|
2022-05-26 00:44:45 +12:00
|
|
|
\f[I]NUMBER\f[R] may be floating-point, and is multiplied by 2 (except
|
|
|
|
for MaxiCode) before being applied.
|
|
|
|
The default scale is 1.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
.RS
|
|
|
|
.PP
|
- API: add new zint_symbol `dpmm` field for output resolution (BMP/
EMF/PCX/PNG/TIF only, i.e. excluding EPS, GIF & SVG)
- Add support for specifying scale by X-dimension and resolution
with new option `--scalexdimdp` for CLI/Tcl & new API function
`ZBarcode_Scale_From_XdimDp()` (+ `ZBarcode_XdimDp_From_Scale()`
& `ZBarcode_Default_Xdim()`) and new GUI popup; manual: document
- BMP/EMF/PCX/PNG/TIF: use new `dpmm` resolution field (for EMF
following Inkscape)
- backend_qt: add `dpmm()`, `vectorWidth()`, `vectorHeight()`,
`noPng()`, `getVersion()`, `takesGS1AIData()`, & `XdimDp` stuff
incl. new `QZintXdimDp` struct for passing around scale vars &
use in `getAsCLI()`; add comments
- Raise `scale` limit to 200 (from 100) to allow for large dpmm
- output: create directories & subdirectories as necessary for
output path using new function `out_fopen()` and use in BMP/EMF/
EPS/GIF/PCX/PNG/SVG/TIF
- DPLEIT/DPIDENT: format HRT according to (incomplete)
documentation, and set default height to 72X (from 50X)
- CODE128B renamed to CODE128AB as can use subsets A and/or B
- CODABAR: fix minimum height calc
- EMF: fix indexing of handles (zero-based not 1-based)
- GUI: fix symbology zap (previous technique of clearing and
re-loading settings without doing a sync no longer works);
fix UPCEAN guard descent enable
- MAILMARK: better error message if input < 14 characters
- GUI: add "Default" button for DAFT tracker ratio & enable/disable
various default buttons; use new `takesGS1AIData()` to
enable/disable GS1-specific checkboxes
- CLI: use new `validate_float()` to parse float options (7
significant digits allowed only, no scientific notation)
- DATAMATRIX/GRIDMATRIX/PDF417/QR/ULTRA: micro-optimize structapp
ID parse
- library/CLI: fiddle with static asserts (make CHAR_BIT sensitive,
supposedly)
- win32/README: update building libpng (assembly removed)
- README.linux: document incompatibility of Qt6 >= 6.3
- manual: expand Barcode Studio waffle
- test suite: change range separator to hyphen and allow multiple
excludes
2022-12-03 10:39:01 +13:00
|
|
|
For MaxiCode, the scale is multiplied by 10 for raster output, by 40 for
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
EMF output, and by 2 otherwise.
|
|
|
|
.PP
|
|
|
|
Increments of 0.5 (half-integers) are recommended for non-MaxiCode
|
|
|
|
raster output (BMP, GIF, PCX, PNG and TIF).
|
- API: add new zint_symbol `dpmm` field for output resolution (BMP/
EMF/PCX/PNG/TIF only, i.e. excluding EPS, GIF & SVG)
- Add support for specifying scale by X-dimension and resolution
with new option `--scalexdimdp` for CLI/Tcl & new API function
`ZBarcode_Scale_From_XdimDp()` (+ `ZBarcode_XdimDp_From_Scale()`
& `ZBarcode_Default_Xdim()`) and new GUI popup; manual: document
- BMP/EMF/PCX/PNG/TIF: use new `dpmm` resolution field (for EMF
following Inkscape)
- backend_qt: add `dpmm()`, `vectorWidth()`, `vectorHeight()`,
`noPng()`, `getVersion()`, `takesGS1AIData()`, & `XdimDp` stuff
incl. new `QZintXdimDp` struct for passing around scale vars &
use in `getAsCLI()`; add comments
- Raise `scale` limit to 200 (from 100) to allow for large dpmm
- output: create directories & subdirectories as necessary for
output path using new function `out_fopen()` and use in BMP/EMF/
EPS/GIF/PCX/PNG/SVG/TIF
- DPLEIT/DPIDENT: format HRT according to (incomplete)
documentation, and set default height to 72X (from 50X)
- CODE128B renamed to CODE128AB as can use subsets A and/or B
- CODABAR: fix minimum height calc
- EMF: fix indexing of handles (zero-based not 1-based)
- GUI: fix symbology zap (previous technique of clearing and
re-loading settings without doing a sync no longer works);
fix UPCEAN guard descent enable
- MAILMARK: better error message if input < 14 characters
- GUI: add "Default" button for DAFT tracker ratio & enable/disable
various default buttons; use new `takesGS1AIData()` to
enable/disable GS1-specific checkboxes
- CLI: use new `validate_float()` to parse float options (7
significant digits allowed only, no scientific notation)
- DATAMATRIX/GRIDMATRIX/PDF417/QR/ULTRA: micro-optimize structapp
ID parse
- library/CLI: fiddle with static asserts (make CHAR_BIT sensitive,
supposedly)
- win32/README: update building libpng (assembly removed)
- README.linux: document incompatibility of Qt6 >= 6.3
- manual: expand Barcode Studio waffle
- test suite: change range separator to hyphen and allow multiple
excludes
2022-12-03 10:39:01 +13:00
|
|
|
.PP
|
|
|
|
See also \f[V]--scalexdimdp\f[R] below.
|
|
|
|
.RE
|
|
|
|
.TP
|
|
|
|
\f[V]--scalexdimdp=X[,R]\f[R]
|
|
|
|
Scale the image according to X-dimension \f[I]X\f[R] and resolution
|
|
|
|
\f[I]R\f[R], where \f[I]X\f[R] is in mm and \f[I]R\f[R] is in dpmm (dots
|
|
|
|
per mm).
|
|
|
|
\f[I]X\f[R] and \f[I]R\f[R] may be floating-point.
|
|
|
|
\f[I]R\f[R] is optional and defaults to 12 dpmm (approximately 300 dpi).
|
|
|
|
.RS
|
|
|
|
.PP
|
|
|
|
The scaling takes into account the output filetype, and deals with all
|
|
|
|
the details mentioned above.
|
|
|
|
Units may be specified for \f[I]X\f[R] by appending \[lq]in\[rq] (inch)
|
|
|
|
or \[lq]mm\[rq], and for \f[I]R\f[R] by appending \[lq]dpi\[rq] (dots
|
|
|
|
per inch) or \[lq]dpmm\[rq] -
|
|
|
|
e.g.\ \f[V]--scalexdimdp=0.013in,300dpi\f[R].
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
.RE
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--scmvv=INTEGER\f[R]
|
|
|
|
For MaxiCode, prefix the Structured Carrier Message (SCM) with
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\f[V]\[dq][)>\[rs]R01\[rs]Gvv\[dq]\f[R], where \f[V]vv\f[R] is a 2-digit
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[I]INTEGER\f[R].
|
|
|
|
.TP
|
|
|
|
\f[V]--secure=INTEGER\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Set the error correction level (ECC) to \f[I]INTEGER\f[R].
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The meaning is specific to the following matrix symbols (all except
|
|
|
|
PDF417 are approximate):
|
2022-05-23 08:33:45 +12:00
|
|
|
.RS
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Aztec Code 1 to 4 (10%, 23%, 36%, 50%)
|
|
|
|
Grid Matrix 1 to 5 (10% to 50%)
|
|
|
|
Han Xin 1 to 4 (8%, 15%, 23%, 30%)
|
|
|
|
Micro QR 1 to 3 (7%, 15%, 25%) (L, M, Q)
|
2022-05-23 08:33:45 +12:00
|
|
|
PDF417 0 to 8 (2\[ha](INTEGER + 1) codewords)
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
QR Code 1 to 4 (7%, 15%, 25%, 30%) (L, M, Q, H)
|
|
|
|
rMQR 2 or 4 (15% or 30%) (M or H)
|
|
|
|
Ultracode 1 to 6 (0%, 5%, 9%, 17%, 25%, 33%)
|
2022-05-23 08:33:45 +12:00
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.RE
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--segN=ECI,DATA\f[R]
|
|
|
|
Set the \f[I]ECI\f[R] & \f[I]DATA\f[R] content for segment N, where N is
|
|
|
|
1 to 9.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
\f[V]-d\f[R] | \f[V]--data\f[R] must still be given, and counts as
|
2022-05-20 08:31:40 +12:00
|
|
|
segment 0, its ECI given by \f[V]--eci\f[R].
|
|
|
|
Segments must be consecutive.
|
|
|
|
.TP
|
|
|
|
\f[V]--separator=INTEGER\f[R]
|
|
|
|
Set the height of row separator bars for stacked symbologies, where
|
|
|
|
\f[I]INTEGER\f[R] is in integral multiples of the X-dimension.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The default is zero.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--small\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Use small text for Human Readable Text (HRT).
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--square\f[R]
|
|
|
|
For Data Matrix symbols, exclude rectangular sizes when considering
|
|
|
|
automatic sizes.
|
|
|
|
.TP
|
|
|
|
\f[V]--structapp=I,C[,ID]\f[R]
|
- API: add new zint_symbol `dpmm` field for output resolution (BMP/
EMF/PCX/PNG/TIF only, i.e. excluding EPS, GIF & SVG)
- Add support for specifying scale by X-dimension and resolution
with new option `--scalexdimdp` for CLI/Tcl & new API function
`ZBarcode_Scale_From_XdimDp()` (+ `ZBarcode_XdimDp_From_Scale()`
& `ZBarcode_Default_Xdim()`) and new GUI popup; manual: document
- BMP/EMF/PCX/PNG/TIF: use new `dpmm` resolution field (for EMF
following Inkscape)
- backend_qt: add `dpmm()`, `vectorWidth()`, `vectorHeight()`,
`noPng()`, `getVersion()`, `takesGS1AIData()`, & `XdimDp` stuff
incl. new `QZintXdimDp` struct for passing around scale vars &
use in `getAsCLI()`; add comments
- Raise `scale` limit to 200 (from 100) to allow for large dpmm
- output: create directories & subdirectories as necessary for
output path using new function `out_fopen()` and use in BMP/EMF/
EPS/GIF/PCX/PNG/SVG/TIF
- DPLEIT/DPIDENT: format HRT according to (incomplete)
documentation, and set default height to 72X (from 50X)
- CODE128B renamed to CODE128AB as can use subsets A and/or B
- CODABAR: fix minimum height calc
- EMF: fix indexing of handles (zero-based not 1-based)
- GUI: fix symbology zap (previous technique of clearing and
re-loading settings without doing a sync no longer works);
fix UPCEAN guard descent enable
- MAILMARK: better error message if input < 14 characters
- GUI: add "Default" button for DAFT tracker ratio & enable/disable
various default buttons; use new `takesGS1AIData()` to
enable/disable GS1-specific checkboxes
- CLI: use new `validate_float()` to parse float options (7
significant digits allowed only, no scientific notation)
- DATAMATRIX/GRIDMATRIX/PDF417/QR/ULTRA: micro-optimize structapp
ID parse
- library/CLI: fiddle with static asserts (make CHAR_BIT sensitive,
supposedly)
- win32/README: update building libpng (assembly removed)
- README.linux: document incompatibility of Qt6 >= 6.3
- manual: expand Barcode Studio waffle
- test suite: change range separator to hyphen and allow multiple
excludes
2022-12-03 10:39:01 +13:00
|
|
|
Set Structured Append info, where \f[I]I\f[R] is the 1-based index,
|
|
|
|
\f[I]C\f[R] is the total number of symbols in the sequence, and
|
|
|
|
\f[I]ID\f[R], which is optional, is the identifier that all symbols in
|
2022-05-20 08:31:40 +12:00
|
|
|
the sequence share.
|
2022-05-23 08:33:45 +12:00
|
|
|
Structured Append is supported by Aztec Code, Code One, Data Matrix,
|
|
|
|
DotCode, Grid Matrix, MaxiCode, MicroPDF417, PDF417, QR Code and
|
|
|
|
Ultracode.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-t\f[R], \f[V]--types\f[R]
|
|
|
|
Display the table of barcode types (symbologies).
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
The numbers or names can be used with \f[V]-b\f[R] |
|
2022-05-20 20:42:19 +12:00
|
|
|
\f[V]--barcode\f[R].
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
2023-02-11 03:44:10 +13:00
|
|
|
\f[V]--textgap=NUMBER\f[R]
|
|
|
|
Adjust the gap between the barcode and the Human Readable Text (HRT).
|
2023-07-24 23:56:40 +12:00
|
|
|
\f[I]NUMBER\f[R] is in X-dimensions, and may be floating-point.
|
2023-06-23 04:48:54 +12:00
|
|
|
Maximum is 10; zero results in the default 1X being used.
|
2023-02-11 03:44:10 +13:00
|
|
|
.TP
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[V]--vers=INTEGER\f[R]
|
|
|
|
Set the symbol version (size, check digits, other options) to
|
|
|
|
\f[I]INTEGER\f[R].
|
|
|
|
The meaning is symbol-specific.
|
2022-05-23 08:33:45 +12:00
|
|
|
.RS
|
|
|
|
.PP
|
|
|
|
For most matrix symbols, it specifies size:
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
Aztec Code 1 to 36 (1 to 4 compact)
|
|
|
|
Code One 1 to 10
|
|
|
|
Data Matrix 1 to 48 (31 to 48 DMRE)
|
|
|
|
Grid Matrix 1 to 13
|
|
|
|
Han Xin 1 to 84
|
|
|
|
Micro QR 1 to 4 (M1, M2, M3, M4)
|
|
|
|
QR Code 1 to 40
|
|
|
|
rMQR 1 to 38 (33 to 38 automatic width)
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.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,
|
2022-08-23 03:28:22 +12:00
|
|
|
\[lq]visible\[rq] means do display in HRT):
|
2022-05-23 08:33:45 +12:00
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
C25IATA 1 or 2 (add visible or hidden check digit)
|
|
|
|
C25IND ditto
|
|
|
|
C25INTER ditto
|
|
|
|
C25LOGIC ditto
|
|
|
|
C25STANDARD ditto
|
|
|
|
Codabar 1 or 2 (add hidden or visible check digit)
|
2022-12-20 05:28:15 +13:00
|
|
|
Code 11 0 to 2 (2 visible check digits to none)
|
|
|
|
0 (default 2 visible check digits)
|
|
|
|
1 (1 visible check digit)
|
|
|
|
2 (no check digits)
|
Remove `bitmap_byte_length` member from `zint_symbol`
(was only set on BMP output to length of BMP pixel array)
EXCODE39: change to display check digit in HRT by default
CODE39/EXCODE39/LOGMARS: new hidden check digit option
(`option_2 = 2`)
qr.c: suppress bogus gcc-13 warning (only appears on optimize)
GUI: move some symbology-specific options into Data Tab so
separate tab unnecessary (those with few options and no
Composite/ECI), namely: all C25XXX, CODE39/EXCODE39/LOGMARS,
MSI_PLESSEY, CODABAR, DAFT, DPD, MAILMARK_2D, ITF-14, PZN,
UPNQR, CHANNEL, CODE93 and VIN, adjusting grp uis.
change Data dialog button (ellipsis) QToolButton -> QPushButton
& vice versa zap/clear/eye/swap/scale buttons QPushButton ->
QToolButton for better mac compat (also makes sense);
remove some mac hacks that no longer seem necessary;
use folder icon for Export dialog directory button
manual: document new Symbology-specific groupbox & CODE39/etc
hidden check digit option; add annexes on Qt and Tcl backends;
narrow some tables for better txt output;
remove echoed image tags in txt (pandoc 3.1.5 regression?);
add one-page HTML output to Makefile; also tex output (debug);
add class attributes to images to aid HTML styling;
various other fiddlings
2023-07-18 22:11:50 +12:00
|
|
|
Code 39 1 or 2 (add visible or hidden check digit)
|
2022-05-23 08:33:45 +12:00
|
|
|
Code 93 1 (hide the default check characters)
|
Remove `bitmap_byte_length` member from `zint_symbol`
(was only set on BMP output to length of BMP pixel array)
EXCODE39: change to display check digit in HRT by default
CODE39/EXCODE39/LOGMARS: new hidden check digit option
(`option_2 = 2`)
qr.c: suppress bogus gcc-13 warning (only appears on optimize)
GUI: move some symbology-specific options into Data Tab so
separate tab unnecessary (those with few options and no
Composite/ECI), namely: all C25XXX, CODE39/EXCODE39/LOGMARS,
MSI_PLESSEY, CODABAR, DAFT, DPD, MAILMARK_2D, ITF-14, PZN,
UPNQR, CHANNEL, CODE93 and VIN, adjusting grp uis.
change Data dialog button (ellipsis) QToolButton -> QPushButton
& vice versa zap/clear/eye/swap/scale buttons QPushButton ->
QToolButton for better mac compat (also makes sense);
remove some mac hacks that no longer seem necessary;
use folder icon for Export dialog directory button
manual: document new Symbology-specific groupbox & CODE39/etc
hidden check digit option; add annexes on Qt and Tcl backends;
narrow some tables for better txt output;
remove echoed image tags in txt (pandoc 3.1.5 regression?);
add one-page HTML output to Makefile; also tex output (debug);
add class attributes to images to aid HTML styling;
various other fiddlings
2023-07-18 22:11:50 +12:00
|
|
|
EXCODE39 1 or 2 (add visible or hidden check digit)
|
|
|
|
LOGMARS 1 or 2 (add visible or hidden check digit)
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
MSI Plessey 0 to 6 (none to various visible options)
|
|
|
|
1, 2 (mod-10, mod-10 + mod-10)
|
|
|
|
3, 4 (mod-11 IBM, mod-11 IBM + mod-10)
|
|
|
|
5, 6 (mod-11 NCR, mod-11 NCR + mod-10)
|
2022-05-23 08:33:45 +12:00
|
|
|
+10 (hide)
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
For a few other symbologies, it specifies other characteristics:
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
Channel Code 3 to 8 (no. of channels)
|
|
|
|
DAFT 50 to 900 (permille tracker ratio)
|
2022-11-11 11:13:41 +13:00
|
|
|
DPD 1 (relabel)
|
2022-12-10 03:51:26 +13:00
|
|
|
PZN 1 (PZN7 instead of default PZN8)
|
2022-05-23 08:33:45 +12:00
|
|
|
Ultracode 2 (revision 2)
|
|
|
|
VIN 1 (add international prefix)
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.RE
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]-v\f[R], \f[V]--version\f[R]
|
2022-05-23 08:33:45 +12:00
|
|
|
Display zint version.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--vwhitesp=INTEGER\f[R]
|
2022-05-20 20:42:19 +12:00
|
|
|
Set the height of vertical whitespace above and below the barcode, where
|
2022-05-20 08:31:40 +12:00
|
|
|
\f[I]INTEGER\f[R] is in integral multiples of the X-dimension.
|
|
|
|
.TP
|
|
|
|
\f[V]-w\f[R], \f[V]--whitesp=INTEGER\f[R]
|
2022-05-20 20:42:19 +12:00
|
|
|
Set the width of horizontal whitespace either side of the barcode, where
|
|
|
|
\f[I]INTEGER\f[R] is in integral multiples of the X-dimension.
|
2022-05-20 08:31:40 +12:00
|
|
|
.TP
|
|
|
|
\f[V]--werror\f[R]
|
|
|
|
Convert all warnings into errors.
|
2022-05-23 08:33:45 +12:00
|
|
|
.SH EXIT STATUS
|
|
|
|
.TP
|
|
|
|
\f[V]0\f[R]
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Success (including when given informational options \f[V]-h\f[R] |
|
|
|
|
\f[V]--help\f[R], \f[V]-e\f[R] | \f[V]--ecinos\f[R], \f[V]-t\f[R] |
|
|
|
|
\f[V]--types\f[R], \f[V]-v\f[R] | \f[V]--version\f[R]).
|
2022-05-23 08:33:45 +12:00
|
|
|
.TP
|
2023-06-23 04:48:54 +12:00
|
|
|
\f[V]1\f[R]
|
|
|
|
Human Readable Text was truncated (maximum 159 bytes)
|
|
|
|
(\f[V]ZINT_WARN_HRT_TRUNCATED\f[R])
|
|
|
|
.TP
|
2022-05-23 08:33:45 +12:00
|
|
|
\f[V]2\f[R]
|
|
|
|
Invalid option given but overridden by Zint
|
|
|
|
(\f[V]ZINT_WARN_INVALID_OPTION\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]3\f[R]
|
|
|
|
Automatic ECI inserted by Zint (\f[V]ZINT_WARN_USES_ECI\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]4\f[R]
|
|
|
|
Symbol created not compliant with standards
|
|
|
|
(\f[V]ZINT_WARN_NONCOMPLIANT\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]5\f[R]
|
|
|
|
Input data wrong length (\f[V]ZINT_ERROR_TOO_LONG\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]6\f[R]
|
|
|
|
Input data incorrect (\f[V]ZINT_ERROR_INVALID_DATA\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]7\f[R]
|
|
|
|
Input check digit incorrect (\f[V]ZINT_ERROR_INVALID_CHECK\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]8\f[R]
|
|
|
|
Incorrect option given (\f[V]ZINT_ERROR_INVALID_OPTION\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]9\f[R]
|
|
|
|
Internal error (should not happen)
|
|
|
|
(\f[V]ZINT_ERROR_ENCODING_PROBLEM\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]10\f[R]
|
|
|
|
Error opening output file (\f[V]ZINT_ERROR_FILE_ACCESS\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]11\f[R]
|
|
|
|
Memory allocation (malloc) failure (\f[V]ZINT_ERROR_MEMORY\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]12\f[R]
|
|
|
|
Error writing to output file (\f[V]ZINT_ERROR_FILE_WRITE\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]13\f[R]
|
|
|
|
Error counterpart of warning if \f[V]--werror\f[R] given
|
|
|
|
(\f[V]ZINT_ERROR_USES_ECI\f[R])
|
|
|
|
.TP
|
|
|
|
\f[V]14\f[R]
|
|
|
|
Error counterpart of warning if \f[V]--werror\f[R] given
|
|
|
|
(\f[V]ZINT_ERROR_NONCOMPLIANT\f[R])
|
2023-06-23 04:48:54 +12:00
|
|
|
.TP
|
|
|
|
\f[V]15\f[R]
|
|
|
|
Error counterpart of warning if \f[V]--werror\f[R] given
|
|
|
|
(\f[V]ZINT_ERROR_HRT_TRUNCATED\f[R])
|
2022-05-20 08:31:40 +12:00
|
|
|
.SH EXAMPLES
|
|
|
|
.PP
|
|
|
|
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.
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
zint -d \[aq]This Text\[aq]
|
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
Create \[lq]qr.svg\[rq] in the current directory, as a QR Code symbol.
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
zint -b QRCode -d \[aq]This Text\[aq] -o \[aq]qr.svg\[aq]
|
|
|
|
\f[R]
|
|
|
|
.fi
|
2022-05-23 08:33:45 +12:00
|
|
|
.PP
|
2023-06-23 04:48:54 +12:00
|
|
|
Use batch mode to read from an input file \[lq]ean13nos.txt\[rq]
|
2022-05-23 08:33:45 +12:00
|
|
|
containing 13-digit GTINs, to create a series of EAN-13 barcodes,
|
|
|
|
formatting the output filenames to \[lq]ean001.gif\[rq],
|
|
|
|
\[lq]ean002.gif\[rq] etc.
|
|
|
|
using the special character \[lq]\[ti]\[rq].
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
2023-06-23 04:48:54 +12:00
|
|
|
zint -b EANX --batch -i \[aq]ean13nos.txt\[aq] -o \[aq]ean\[ti]\[ti]\[ti].gif\[aq]
|
2022-05-23 08:33:45 +12:00
|
|
|
\f[R]
|
|
|
|
.fi
|
2022-05-20 08:31:40 +12:00
|
|
|
.SH BUGS
|
|
|
|
.PP
|
2022-05-23 08:33:45 +12:00
|
|
|
Please send bug reports to https://sourceforge.net/p/zint/tickets/.
|
2022-05-20 08:31:40 +12:00
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
|
|
|
Full documention for \f[V]zint\f[R] (and the API \f[V]libzint\f[R] and
|
|
|
|
the GUI \f[V]zint-qt\f[R]) is available from
|
2022-07-21 23:29:53 +12:00
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
2022-08-23 21:53:56 +12:00
|
|
|
https://zint.org.uk/manual/
|
2022-07-21 23:29:53 +12:00
|
|
|
\f[R]
|
|
|
|
.fi
|
|
|
|
.PP
|
|
|
|
and at
|
|
|
|
.IP
|
|
|
|
.nf
|
|
|
|
\f[C]
|
|
|
|
https://sourceforge.net/p/zint/docs/manual.txt
|
|
|
|
\f[R]
|
|
|
|
.fi
|
2022-05-23 08:33:45 +12:00
|
|
|
.SH CONFORMING TO
|
2022-05-20 08:31:40 +12:00
|
|
|
.PP
|
|
|
|
Zint is designed to be compliant with a number of international
|
|
|
|
standards, including:
|
2022-05-23 08:33:45 +12:00
|
|
|
.PP
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
ISO/IEC 24778:2008, ANSI/AIM BC12-1998, EN 798:1996, AIM ISS-X-24
|
|
|
|
(1995), ISO/IEC 15417:2007, EN 12323:2005, ISO/IEC 16388:2007, ANSI/AIM
|
|
|
|
BC6-2000, ANSI/AIM BC5-1995, AIM USS Code One (1994), ISO/IEC
|
|
|
|
16022:2006, ISO/IEC 21471:2019, ISO/IEC 15420:2009, AIMD014 (v 1.63)
|
|
|
|
(2008), ISO/IEC 24723:2010, ISO/IEC 24724:2011, ISO/IEC 20830:2021,
|
|
|
|
ISO/IEC 16390:2007, ISO/IEC 16023:2000, ISO/IEC 24728:2006, ISO/IEC
|
|
|
|
15438:2015, ISO/IEC 18004:2015, ISO/IEC 23941:2022, AIM ITS/04-023
|
|
|
|
(2022)
|
|
|
|
.SH COPYRIGHT
|
|
|
|
.PP
|
2023-02-11 03:44:10 +13:00
|
|
|
Copyright © 2023 Robin Stuart.
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
Released under GNU GPL 3.0 or later.
|
|
|
|
.SH AUTHOR
|
2022-05-23 08:33:45 +12:00
|
|
|
.PP
|
|
|
|
Robin Stuart <robin@zint.org.uk>
|