gitlost
14c236644f
Structured Append: fix DOTCODE codeword length allowance; manual.txt fixes
2021-09-29 15:06:33 +01:00
gitlost
c0791ad85e
Add Structured Append support for AZTEC, CODEONE, DATAMATRIX, DOTCODE,
...
GRIDMATRIX, MAXICODE, MICROPDF417, PDF417, QRCODE, ULTRA
DOTCODE: use pre-calculated generator poly coeffs in Reed-Solomon for
performance improvement
PDF417/MICROPDF417: use common routine pdf417_initial()
GUI: code lines <= 118, shorthand widget_obj(),
shorten calling upcean_addon_gap(), upcean_guard_descent()
various backend: var name debug -> debug_print
2021-09-28 21:42:44 +01:00
gitlost
4284f3c578
Add output_options BARCODE_QUIET_ZONES and BARCODE_NO_QUIET_ZONES
2021-09-24 13:21:24 +01:00
gitlost
4009c86c5f
UPC/EAN: Add guard_bar descent (guard_descent)
...
zint.h: Adjust field order to improve alignments; encoded_data 143 -> 144
2021-09-22 00:04:15 +01:00
gitlost
9bae0b86f9
- raster.c: Need ceilf(symbol->height * si) to avoid heap-buffer-overflow;
...
also avoid distributive multiplication with floats to lessen chances of
platform variation (#204 ARM-Cortex crash)
- raster.c: Don't allow for text if scale < 1.0
- raster.c: Cast some indexes to (size_t) to allow for large scale
- vector.c: Check malloc()s and return ZINT_ERROR_MEMORY on fail
- raster/vector.c: various var name changes & other code fiddling
- library.c: Check that scale/height/whitespace/border are reasonable values:
scale (0.01-100), height (0-500), whitespace_width/height (0-100),
border_width (0-100)
- CLI: allow both e.g. '-height' and '--height' (getopt_long_only())
- gif.c: fix GIF_ZLW_PAGE_SIZE -> GIF_LZW_PAGE_SIZE
- GUI: allow whitespace/scale to 100
2021-09-20 14:56:27 +01:00
gitlost
bd06400a5b
CODE93: add option_2 = 1 to display check chars in HRT
2021-09-13 18:49:25 +01:00
gitlost
3388f98c00
vector: Add width to struct zint_vector_circle & use for MaxiCode bullseye
...
**Incompatible change**
2021-08-22 13:59:01 +01:00
gitlost
62cc9e49f5
Bump version to 2.10.0.9 (dev)
2021-08-14 16:11:25 +01:00
gitlost
363a860241
manual.txt: add current version; rejig ECI info a bit; typos
2021-08-13 15:05:35 +01:00
gitlost
14d1140d09
CODABLOCKF: prevent cols > 62; fix pTestList buffer overflow
...
RMQR: update to new draft ISO/IEC JTC1/SC31N000 (Draft 2019-6-24);
allow for righthand vertical timing pattern in populate_grid()
ULTRA: update max size and min cols based on BWIPP 2021-07-14 update
backend_tcl/zint_tcl.dsp: use /MD instead of /MT for tcl lib compat;
change include/lib path to more standard one
manual.txt: highlight that rMQR is still in development
GUI: use cross-platform smaller font func instead of explicit values for notes
2021-08-10 12:04:25 +01:00
gitlost
b015e38da0
composite: fix buffer overflow for large linear, small composite (500 -> 1000)
...
composite: clear errtxt when bumping from CC-A -> CC-B -> CC-C
composite: CC-C adjustment 53 -> 52 (same as BWIPP) with proper explanation
composite: remove unneeded > 11805 length check
CODEONE: remove unneeded extended ASCII check in C40 count
GS1_128/CODE16K: remove unneeded initial GS1 mode '[' check
PDF417: remove unneeded second option_2 > 30 check
Document some "Not reached" lines (code coverage)
Update bwipp_dump.ps
GUI: window/tab height +5 so 2 full lines for composite edit box (Ubuntu)
manual: dash -> hyphen, PDF417 "check digit" -> "error correction", DMRE ref
tests: further test cases for CODEONE/CODE16K/common/composite/DATAMATRIX/
DOTCODE/gs1/MAXICODE/PDF417/postal/QRCODE
2021-08-05 16:34:45 +01:00
gitlost
3f33ed3eb9
CMakeLists.txt: cmake min required 3.13 -> 3.5 using CMAKE_REQUIRED_LIBRARIES; add ZINT_COVERAGE option
...
bmp/emf/ps.c: allow for foreground colour in ULTRA
bmp/gif/pcx.c: allow for BARCODE_STDOUT (fflush/fclose)
emf.c: hexagon rotation field not used; dont't use float index in font loop; Windows stdout binary mode
png.c: remove unused 8-bit; simplify libpng error handling and fclose outfile on error
ps.c: fix buffer overflow on colour_to_pscolor() CMYK
tif.c: fix BLACKISZERO indexes
CODE39: simplify check digit setting
reedsol.c: rs_uint_init_gf() log/alog tables must be zeroed
ZBarcode_Encode: debug: fix access out-of-bounds on non-NUL-terminated source if length < 10
manual.txt/zint.h: document NUL-terminated strings
tests: cover further cases for output (bmp/emf/etc), eci/gb18030/gb2312/sjis, reedsol, AZTEC, CODE39
2021-07-26 15:29:05 +01:00
b'Git Lost
059abdf6a1
Merge /u/gitlost/zint/ branch gs1_nocheck_mode into master
...
https://sourceforge.net/p/zint/code/merge-requests/128/
2021-07-20 09:08:25 +00:00
gitlost
ef6e1ca1e3
POSTNET/PLANET: allow up to 38 chars (ZINT_WARN_NONCOMPLIANT) (see [d7ac9c])
2021-07-13 19:56:53 +01:00
gitlost
2e84fd5157
Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE
2021-07-13 17:39:03 +01:00
gitlost
7cc2095d3c
UPCE/UPCE_CC: allow check digit (same as UPCA/UPCA_CC) so selecting composite doesn't give error
...
composite.c: warning wasn't been passed back
zint.h/library.c: add const to char pointer args; move func defs around a bit
2021-07-12 22:27:16 +01:00
gitlost
37cb277397
Move project history/version from manual.txt, backend/README into new ChangeLog
2021-07-07 10:46:26 +01:00
gitlost
3c1869b032
library: compat symbology 39 fix; ISBN: "X" check
...
WARN_FAIL_ALL: always return error: ZINT_ERROR_USES_ECI/NON_COMPLIANT
Fuller error messages; more comments zint.h
mainwindow.cpp: replace metaobject ENUM with array
(suppresses virtual in constructor warning)
2021-07-06 19:53:31 +01:00
gitlost
4d3aae45d0
testcommon: fix sizeof bug; AZTEC/QR: suppress cppcheck warnings ( #233 )
2021-07-06 12:13:34 +01:00
gitlost
52c00e59ba
C25/DBAR: use new func gs1_check_digit() for common GS1 check digit calc
...
CODE11/CODE39/EXCODE39/CODE93/PZN/CHANNEL/VIN/DBAR/UPCEAN: fuller error messages
DATAMATRIX: look_ahead_test debug counts
DBAR: consolidate option_2 cols_per_row
CMakeLists.txt: restore -fno-var-tracking-assignments for gcc no DEBUG
overall: suppress various warnings on various configs
testcommon.c: clean-up
2021-06-27 11:47:55 +01:00
gitlost
c693482aa1
Change height and row_height array to floats; DAFT tracker ratio
2021-06-19 13:11:23 +01:00
gitlost
4a8cac2a5a
CODEONE/DATAMATRIX/MAILMARK/PLESSEY: fix some 32-bit/portability bugs
...
PLESSEY: add options NCR weighted mod-10, hide check digit(s) in HRT
test suite: now runnable under MSVC 2019, 2017, 2015, MinGW/MSYS
win32/README: update with MSVC 2019 and CMake instructions
2021-06-10 11:15:39 +01:00
gitlost
3b7bdcaf90
manual: move gs1parens example to GS1-128 (1st use); remove dup line
2021-05-30 16:53:13 +01:00
gitlost
88eb576951
DOTCODE: allow for max 200 cols - update manual
2021-05-28 15:16:39 +01:00
gitlost
ba273b40dd
Add whitespace_height - remove DEBUG from tcl; manual.txt input_mode
2021-05-26 13:10:34 +01:00
gitlost
00e8cb0904
Add whitespace_height to zint_symbol (vertical whitespace)
2021-05-25 20:42:26 +01:00
gitlost
f3a94f0c0c
C25STANDARD/C25INTER/C25IATA/C25LOGIC/C25IND: add check digit option ( #216 )
2021-05-17 20:04:00 +01:00
gitlost
29d761c795
MAXICODE: Rejig raster output to more closely match ISO 16023:2000
2021-05-16 16:34:42 +01:00
gitlost
79d3c1dc7a
Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses
2021-05-15 12:23:46 +01:00
gitlost
7f74414666
eci.c: fix bad bug in Korean, return EUC-KR instead of raw KS X 1001
2021-03-20 14:36:21 +00:00
gitlost
2c053c325a
tif.c: Use palette/bilevel/LZW to reduce file size, alpha/CMYK support
2021-03-19 13:09:21 +00:00
gitlost
538efd6e52
gs1_verify: 4308 no pcenc (gs1-format-spec.txt); GS1 General Spec 21.0.1
2021-01-28 23:41:54 +00:00
gitlost
f6bed3acb2
DOTCODE: Fix best_mask -> high_score prime test; manual mask
2021-01-22 18:07:59 +00:00
gitlost
484bd6e19a
CLI: Handle UTF-8 args on Windows; -b <barcode name>
2021-01-20 21:15:03 +00:00
gitlost
0b80592f87
escape_char_process: "\xNN" simple convert (reverts [dddf29]), "\uNNNN" BMP check
2021-01-15 14:22:32 +00:00
gitlost
e1e0aa7ac4
eci: All ECIs: update CLI main.c and tcl zint.c
2021-01-12 14:11:53 +00:00
gitlost
7fe930b4dc
eci: Add support for all ECIs (Big5, Korean, UCS-2BE)
2021-01-11 18:11:41 +00:00
gitlost
2b85585e69
MAXICODE: scmvv option #212 ; postcode needn't be space-filled
2020-12-19 17:13:35 +00:00
gitlost
cd214addba
HANXIN: 0xFFE terminator; reedsol/AZTEC: stack-based; AZTEC/HANXIN/QR/GRIDMATRIX speedups; #209
2020-11-27 12:54:44 +00:00
gitlost
943ba79866
AZTEC: fix bit-stuffing; AZTECRUNE: fix >= 128; DATAMATRIX: eod shift -> 0 pad; Qt6
2020-10-26 12:21:43 +00:00
gitlost
90012ab23f
EANX_CC: allow for check digit + buffer overflow for too long add-on; GUI text colour; cmake 3.0
2020-10-05 23:22:06 +01:00
gitlost
e37a82a8f1
Tabs/typo in zint.h; PostNet -> POSTNET; ui: shortcuts, tooltips; tests inkscape -> libreoffice
2020-10-03 22:51:08 +01:00
gitlost
36c19053d7
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
2020-09-30 12:19:12 +01:00
gitlost
c22dacfcc8
raster: #197 OUT_BUFFER_INTERMEDIATE; manual retab
2020-08-11 17:05:57 +01:00
gitlost
d063263432
raster: #197 OUT_BUFFER_INTERMEDIATE output option
2020-08-11 16:11:38 +01:00
Robin Stuart
f4bb0cee0a
Manual spell check
2020-08-09 09:22:35 +01:00
Robin Stuart
79aaa5304d
Allow image rotation for SVG and EPS files
2020-08-05 21:23:11 +01:00
gitlost
736bc76f66
command line: allow data/input args anywhere on line; frontend tests
2020-08-04 22:22:26 +01:00
Robin Stuart
04f6f81e68
Accept input of escaped 16-bit Unicode characters
2020-08-04 11:48:43 +01:00
Robin Stuart
fa0c89a43a
Allow transparency in GIF images
...
Thanks to preperation work done by Harald
2020-08-03 17:13:25 +01:00
Robin Stuart
13f4a3547d
New symbology: DPD Code (variation of Code 128)
2020-08-03 12:13:05 +01:00
Robin Stuart
42e866c889
Make alpha channel available in direct plotting
2020-08-03 07:53:54 +01:00
Robin Stuart
382a051cb5
Extend no background option to EPS
2020-08-03 07:37:27 +01:00
Robin Stuart
47cac63e7f
Add alpha channel support and --nobackground option
...
Alpha channel for PNG and SVG and option to remove background from EMF
2020-08-02 22:26:39 +01:00
gitlost
18e3b41e0f
#201 raster/vector: bind/box check border_width > 0
2020-07-31 22:56:41 +01:00
Robin Stuart
1f57c58e0c
Allow explicit bind option for ITF-14
...
Allows for 'printing methods that do not require printing plates' as highlighted by Adham Elrayyes (Ticket #201 )
2020-07-30 10:09:17 +01:00
Robin Stuart
e9652df70c
Change PDF417TRUNC -> PDF417COMP and version 2.8 -> 2.9
2020-07-29 22:35:31 +01:00
Robin Stuart
0004cfb35a
Change symbol names e.g. RSS > GS-1 DataBar
...
Preserves old names in zint.h to retain backwards compatability.
2020-07-29 20:43:08 +01:00
gitlost
dd2bdb4335
CODE128: hrt always UTF-8; CODE128/EXCODE39/CODE93: blank same NUL/ctrl/DEL chars
2020-07-19 00:13:03 +01:00
gitlost
74ad80976e
PDF417TRUNC: stop pattern; PDF417: no default mode codeword 900 if 1st
2020-07-17 16:39:01 +01:00
gitlost
2a19b883a5
UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double
2020-07-15 19:00:12 +01:00
gitlost
c1fb51ba42
rss.c: some fixes for separators, allow check digit, refactoring; bwipp_dump.ps
2020-07-10 19:39:32 +01:00
gitlost
d0e2c5928a
#197 Allow --secure=0 in main.c; manual --mode -> --secure AZTEC/HANXIN
2020-06-23 22:06:18 +01:00
gitlost
6242e02638
CODEONE/ULTRA overrun fixes; TELEPEN fixes; CODEONE/LOGMARS/VIN/CODABAR options; GUI updates; tests
2020-06-04 18:45:25 +01:00
gitlost
7be63a00b6
CODE16K fixes; separator default 1; raster/vector.c quiet_zones, output.c; #191
2020-05-21 18:22:28 +01:00
gitlost
8dcd09406c
CODABLOCKF and CODE128 fixes; row separator height option_3; #191
2020-05-16 10:22:33 +01:00
Robin Stuart
1e817d8727
Correction to manual for Win10
...
Includes explanation of Microsoft SmartScreen false-positive
2020-04-09 09:35:11 +01:00
Robin Stuart
6d84b166dc
Clarification of --fullmultibyte in manual
2020-04-08 09:32:25 +01:00
Harald Oehlmann
ea6c7378b1
Document recent changes in Readme, user visible changes in the documentation.
2020-04-07 17:48:01 +02:00
Robin Stuart
67fac5f600
Add Ultracode to manual
2020-04-06 19:10:17 +01:00
Harald Oehlmann
22ba06a7cb
Add recent changes to README.
...
Add a note to the manual to explain why --fullmultibyte may be an issue.
I am not completely satisfied of the position of this note, as it is symbology specific comaction, but it interferes at least with ECI described below.
2020-04-06 17:49:45 +02:00
gitlost
61cd413fe4
Full multibyte option_3 for QR, HANXIN, GRIDMATRIX
2020-04-02 14:41:13 +01:00
Robin Stuart
52214c5a1c
Change bitmap signedness to allow conversion to other data types
...
Buffered bitmap array should have been type unsigned char not type char
Includes change to manual
In response to (and hopefully fixing) #182 reported by Marcelo Antunes
2020-03-29 13:42:33 +01:00
g3rrk
af50515a49
Manual: Add Apple macOS specific information
2019-12-21 01:04:42 +00:00
g3rrk
f23af1b55a
Crop Appendix B and C from manual and other corrections
...
Appendix B and C are both out of date, and information is available elsewhere online, so no longer needed. Also change name of Data Matrix ECC200 to simply Data Matrix and correct some spelling errors.
2019-12-21 00:51:38 +00:00
gitlost
b00b227b4f
PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio
2019-12-19 20:29:11 +00:00
gitlost
889e786d95
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
Harald Oehlmann
f8d46f8dde
Update messed-up changes
2019-12-05 20:47:35 +01:00
Harald Oehlmann
e03d03c877
Update version to 2.7.0
2019-12-05 20:16:39 +01:00
Robin Stuart
05784fb9cf
Add UI options for rMQR
...
And update manual to include rMQR
2019-11-27 16:54:03 +00:00
Harald Oehlmann
6e1283ccd8
2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme
2019-10-07 11:57:35 +02:00
Harald Oehlmann
0a55f5839e
2018-08-30 HaO Change DMRE from AIM standard to ISO/EC29158 DMRE (not backward compatible)
2019-08-30 18:41:58 +02:00
Harald Oehlmann
cb3eea2ba0
2018-08-30 HaO Implemented GS separator for Datamatrix (--gssep option). Ticket #139
2019-08-30 16:14:17 +02:00
Harald Oehlmann
a083b300e4
ECI documention enhancements [Ticket 128]
2019-03-18 09:00:53 +01:00
Daniel Gredler
3ccc00a4d4
Add missing period to manual (test commit)
2018-07-09 22:14:42 -04:00
Robin Stuart
ffd1ed2d6b
Update version number to 2.6.3
2018-02-15 10:46:02 +00:00
Robin Stuart
f655eabc12
Add trailing spaces to Mailmark if not present in input data
2018-02-10 07:26:33 +00:00
Robin Stuart
389bcce10f
Add Royal Mail Mailmark to front end
2018-02-09 20:55:17 +00:00
Robin Stuart
e737f992b5
Add verification for North America VIN (Vehicle Identification Number)
2018-02-03 18:44:01 +00:00
Harald Oehlmann
9f50714b44
Added DMRE size 26x40
2017-12-19 19:00:33 +01:00
Robin Stuart
73c9b502b5
Update version to 2.6.2
...
Plus some tidying up in preperation for new release
2017-10-22 12:39:37 +01:00
Robin Stuart
0314ca65a8
Move escape character processing into library
...
And expand to include all 8-bit values.
2017-10-21 12:45:50 +01:00
Harald Oehlmann
1d44670642
Update TCL zint to framework 2.6.1
2017-08-29 22:19:55 +02:00
Robin Stuart
1882d76b70
Update version to 2.6.1
2017-08-27 09:31:02 +01:00
Robin Stuart
24f175b6f6
Flag if DM_SQUARE is used at the same time as symbol size selection
2017-07-26 11:16:54 +01:00
Robin Stuart
6fa66d5554
typo--
2017-07-25 11:19:05 +01:00
Robin Stuart
451f0150d8
Expand ECI support and enforce binary mode when ECI is set
2017-07-23 17:59:51 +01:00
Robin Stuart
d08237d06e
Fix typo in manual
...
Bugfix by Branko Ferk, Fixes #64
2017-05-26 21:48:39 +01:00
Robin Stuart
b46bc1f45e
Accept UFT-8 input data for UPNQR
2017-05-21 09:20:03 +01:00
Robin Stuart
19ba8a34c4
Update to version 2.6.0 and update copyright to 2017
2017-05-11 21:14:38 +01:00
Robin Stuart
7b4dac7e16
Clarification of bitmap array usage
...
Incorporating suggestions by JohnK <john.kamp@globalgraphics.com>
2017-04-10 09:06:07 +01:00
Harald Oehlmann
e921172f7a
Also removed DMRE sizes from documentation
2017-03-30 12:04:48 +02:00
Boris Zentner
696b99b1d2
Fix typos
2016-10-30 17:41:21 +00:00
Robin Stuart
5405035df1
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2016-10-28 19:44:23 +01:00
Robin Stuart
d875318b3d
Add option to include check digit in UPC/EAN data, and validate before encoding
...
Fixes #5
2016-10-28 19:43:08 +01:00
Harald Oehlmann
b75e00a01c
Manual: TCL + HIBC
2016-10-28 00:05:41 +02:00
Robin Stuart
796af2580f
Make MaxiCode scalable in raster files
2016-10-27 17:50:10 +01:00
Robin Stuart
673803d888
Add Codablock-F to manual
2016-10-22 12:29:00 +01:00
Robin Stuart
e5f5aa7f9b
Update API documentation
2016-10-22 10:05:27 +01:00
Robin Stuart
82e7d197fd
Add even more CLI options to the manual
2016-10-19 22:23:01 +01:00
Robin Stuart
2ce7e39fb1
Update manual with new CLI options
2016-10-19 19:59:48 +01:00
Robin Stuart
fd368ba8bf
Reinstate local manual as plain text file
2016-08-21 19:39:27 +01:00