Harald Oehlmann
327d6ec88b
Add 10 colours plus transparency ("T") to gif export.
2020-04-07 20:36:49 +02:00
Harald Oehlmann
6d9c8e2b04
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2020-04-07 18:44:00 +02:00
Robin Stuart
92cfd65b56
Allow GS1 mode in Ultracode symbols
2020-04-07 17:41:21 +01:00
Harald Oehlmann
15eb21944c
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2020-04-07 18:39:45 +02:00
Harald Oehlmann
f23e13b09d
Add error message when PNG is called but disabled on compile time.
2020-04-07 18:39:02 +02:00
Robin Stuart
0628e3ee4d
Update version 2.7.1 > 2.8.0
2020-04-07 17:27:45 +01:00
Harald Oehlmann
fe517a7a58
Make ultra.c compile on MS-VC 6
2020-04-07 17:54:21 +02:00
gitlost
111c819e43
ULTRA_COMPRESSION option_1 -> option_3 typo
2020-04-07 12:48:29 +01:00
gitlost
129fa81c41
Fix PCX issue with odd bitmap width; tests; comment GRIDMATRIX byte count
2020-04-06 21:26:13 +01:00
Robin Stuart
0d26948baa
Merge branch Ultra
2020-04-06 17:05:22 +01:00
Git Lost
6205878b1f
Merge /u/gitlost/zint/ branch full_multibyte into master
...
https://sourceforge.net/p/zint/code/merge-requests/48/
2020-04-05 22:38:08 +00:00
gitlost
9199a51a75
#189 AZTEC gs1 FLG(0) missing after FLG(n) fix from Milton Neal; tests
2020-04-05 23:32:08 +01:00
gitlost
5d60d67a84
emf free malloc bufs; tif don't free alloca bufs (Win); -Wextra; tests
2020-04-04 16:53:29 +01:00
gitlost
2d0b966de6
CODABLOCKF inter-row bindings too short fix; -Wextra; tests
2020-04-03 19:40:59 +01:00
gitlost
dc56c5ed0f
CODE128 Fix/suppress -Wextra warnings (signedness); tests
2020-04-02 21:55:58 +01:00
gitlost
61cd413fe4
Full multibyte option_3 for QR, HANXIN, GRIDMATRIX
2020-04-02 14:41:13 +01:00
Robin Stuart
94fe73ebfd
Adjust size of Maxicode symbols when output as EMF
...
Size and position of elements in EMF files is stored as an integer, therefore Maxicode does not render properly
Increasing scale for these images ensures proper rendering
Fixes #185 reported by Alex Roy
2020-04-01 20:01:02 +01:00
Robin Stuart
b4182cbc19
Remove unneccessary length checks in Code1
...
Revokes commit #024490 and re-establishes commit #0c00ec
Relating to #184 thanks to Milton Neal and Git Lost
2020-04-01 19:27:49 +01:00
gitlost
f5149990eb
#181 OSS-Fuzz DOTCODE codeword_array buffer overrun fix
2020-03-31 13:02:53 +01:00
gitlost
22354a81f1
HANXIN fix wrong func call gb2312_utf8tosb() -> gb18030_utf8tosb()
2020-03-30 11:59:16 +01:00
gitlost
9b771dba3a
Make zint-static build optional
2020-03-30 10:54:21 +01:00
Robin Stuart
c23b4b9ef1
Ultra: typos--
2020-03-29 22:35:25 +01:00
Robin Stuart
b572bb513d
Ultra: Disable code compression by default
...
Ensures symbols are valid until better version of specification is available
2020-03-29 22:23:07 +01:00
gitlost
e2cd96924d
Test for #183 Databar Stacked separator
2020-03-29 20:04:47 +01:00
gitlost
afe0c96476
OSS-Fuzz add zint-static rule to backend/CMakeLists.txt
2020-03-29 15:51:56 +01:00
Robin Stuart
0244904c1f
Prevent buffer overrun in Code One
...
Fixes #184 reported by Milton Neal
2020-03-29 14:23:31 +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
gitlost
e8b56faa11
#181 OSS-Fuzz DOTCODE test for correct encoding of HT/FS/GS/RS
2020-03-29 12:34:56 +01:00
gitlost
56f0616747
#181 OSS-Fuzz AZTEC fix, check binary_string buffer not full using az_binary_append() func
2020-03-28 22:50:55 +00:00
Robin Stuart
20d5dcc50f
Update GS-1 DataBar Stacked seperator
...
Expected behaviour found to slightly differ from what was implemented
Discovered and documented by Daniel Gredler. Fixes #183
2020-03-28 16:09:24 +00:00
Robin Stuart
53d5187853
Dotcode: correct encoding of HT/FS/GS/RS when shifting to code set B
...
Also updated references to specification annex to match latest version
Bug reported by Nico Gunkel as part of #181
2020-03-28 15:28:11 +00:00
Git Lost
8565c14437
Merge /u/gitlost/zint/ branch oss_fuzz_pdf417 into master
...
https://sourceforge.net/p/zint/code/merge-requests/39/
2020-03-28 15:19:13 +00:00
gitlost
7f8e3c4ea1
#181 OSS-Fuzz PDF417 fix, increase buffers to 2710 (max possible input length)
2020-03-28 15:10:53 +00:00
Robin Stuart
f82dd73dd7
Free memory when quitting Aztec ( #181 )
...
Malloc'd memory should be freed as identified by Nico Gunkel in #181
2020-03-28 12:12:46 +00:00
gitlost
0c00ece9f5
#181 OSS-Fuzz CODEONE fix, double indexing typo
2020-03-28 10:13:06 +00:00
gitlost
d56c7915b7
#181 OSS-Fuzz MAXICODE fix, prevent index overrun on numeric compaction
2020-03-28 02:50:15 +00:00
gitlost
0f5deccfb6
#181 OSS-Fuzz ZBarcode_Encode_File fix, allow for zero-length file, free buffer on error
2020-03-26 22:17:37 +00:00
gitlost
027e8a775d
#181 OSS-Fuzz TELEPEN fix, allow for 16 char nul encodings in buffer
2020-03-26 14:22:27 +00:00
gitlost
62995f18d2
#181 OSS-Fuzz UPC/EAN fix, allow max 6 chars add-on in ean_leading_zeroes()
2020-03-26 09:35:04 +00:00
gitlost
bee8794cda
#181 OSS-Fuzz DOTCODE fix, check length before accessing in binary()
2020-03-25 22:31:59 +00:00
gitlost
54bd024266
Add missing test file
2020-03-25 19:33:20 +00:00
gitlost
556dea1f88
#181 OSS-Fuzz CODABLOCKF fix, allow for full control chars range in GetPossibleCharacterSet
2020-03-25 19:27:34 +00:00
gitlost
c245a11da2
#181 auspost fix, check input immediately; test for EANX double + fix
2020-03-25 15:40:13 +00:00
Robin Stuart
ee291e45d6
UPCEAN: Check for multiple + characters in input
...
Fixes #181 reported by Christian Hartlage
2020-02-15 21:28:40 +00:00
Harald Oehlmann
0c5dc4d030
Set version to 2.7.1
2020-02-01 19:36:50 +01:00
Robin Stuart
c57b74a7e6
Ultra: add colour output to EMF
2020-01-13 19:24:01 +00:00
Robin Stuart
6d945ca2a1
Remove obsolete function declaration
...
Fixes #178 reported by Christian Wolf
2020-01-13 14:47:55 +00:00
gitlost
d513a68222
#147 Datamatrix buffer test from Opaki; encode examples from ISO 16022
2020-01-07 18:23:26 +00:00
Robin Stuart
5861ad3c3b
Ultra: Extend colour support to PNG PCX BMP and TIF
...
Implementation needs improvement, but colour output is now achieved in most formats
2020-01-06 20:01:48 +00:00
Robin Stuart
6181885e2e
Ultra: Add colour rectangle output to EPS
2020-01-06 18:00:43 +00:00
Robin Stuart
257da3fff5
Prevent Data Matrix buffer overflow bug
...
Fixes #176 reported by Daniel Gredler at OkapiBarcode
2020-01-05 12:35:16 +00:00
Robin Stuart
6954497fc1
Correct postscript plotting error
...
Report and fix by Matthieu LARIGALDIE
2020-01-05 11:27:24 +00:00
Robin Stuart
2faff4e76f
Correct ECI but in DotCode
...
Avoid creating codewords > 112
Fixes #174 reported by Milton Neal
2019-12-26 17:57:29 +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
fa9af12fc6
raster.c: check bounds on calculating block width for UPCA
2019-12-19 00:59:51 +00:00
gitlost
bca82ecc0d
libzint.so: suppress exporting INTERNAL functions to the shared library; ZINT_TEST
2019-12-19 00:37:55 +00:00
gitlost
c524d32227
GRIDMATRIX: suppress maybe-uninitialized warning by initializing nondigit_posn
2019-12-18 20:04:05 +00:00
Robin Stuart
d370f3c0c7
Ultra: Correct clock pattern generation, add work around to avoid negative UCC and output to colour SVG
2019-12-18 18:33:18 +00:00
Robin Stuart
e6ab17086c
Ultra: Add UCC, Correct ECC calculation for EC0, Expand ECI support to all values
2019-12-17 20:22:16 +00:00
gitlost
3209b32087
QR optimize encoding mode: remove extraneous newlines
2019-12-16 17:50:58 +00:00
gitlost
e331fd1e90
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
Robin Stuart
ea6902c817
Ultra: Convert codewords to tiles and place in grid
2019-12-15 22:26:57 +00:00
Robin Stuart
cfdc7cc262
Ultra: Adjusted to allow 79-82 codeword range in 3-row symbols
2019-12-15 13:48:45 +00:00
Robin Stuart
77c8e76bfa
Ultracode: Add error correction
2019-12-15 12:58:59 +00:00
Robin Stuart
7216202f06
Ultracode: Add FNC1 and 06 Macro support and calculate ECC capacity
2019-12-11 21:10:07 +00:00
Robin Stuart
edf7f9248e
Ultracode codeword generation
...
Supports Reader Init, ECI, GS1 and handles switching between 8-bit, ASCII and C43 modes with C43 macros
2019-12-10 21:15:23 +00:00
gitlost
64c078605e
HANXIN minor code changes (cm_row -> cm_i), avoid divide in in_numeric()
2019-12-08 20:22:10 +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
ce8aa92846
Include malloc.h only for MS_VC. Other platforms have it in stdlib.h
2019-12-06 14:09:39 +01:00
Harald Oehlmann
e03d03c877
Update version to 2.7.0
2019-12-05 20:16:39 +01:00
Harald Oehlmann
34c33b45b5
Correct mistake of last commit: restore order of blocks
2019-12-05 19:36:00 +01:00
Harald Oehlmann
045a9e3b00
Make zint compile on MS-VC6. Adopt makefiles to new file list.
2019-12-05 19:19:37 +01:00
gitlost
5fe97772cb
GRIDMATRIX optimization wasn't adding in cost of double-byte properly
2019-12-04 14:07:55 +00:00
gitlost
b1f4a12c78
GRIDMATRIX codeword fixes, Project Nayuki optimized encoding modes
2019-12-04 13:45:01 +00:00
Robin Stuart
8295883987
Merge rMQR support in to master
2019-12-01 15:17:08 +00:00
Robin Stuart
f9d969cdd6
Remove depreciated gLabels render code
2019-12-01 14:09:46 +00:00
gitlost
8be13283db
ECI conversion for GRIDMATRIX; GB 2312 LIBICONV port
2019-11-28 19:15:29 +00:00
Robin Stuart
ade31c41fb
rMQR bugfix - cater for data lengths which are not multiples of 8 when calculating symbol size
2019-11-27 19:32:40 +00:00
gitlost
fed7378675
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
Robin Stuart
ac00e381a6
Add rMQR to Barcode Studio
...
and perform some code beautifying at the same time
2019-11-25 21:20:21 +00:00
Robin Stuart
ad28de1819
Initial implementation of rMQR
...
According to draft dated June 2018
2019-11-25 19:08:25 +00:00
Harald Oehlmann
23ec0d48fc
Make compile with ms-vc6 (zint, tcl) and VS2015 (qzint)
2019-11-17 19:30:55 +01:00
Robin Stuart
1fa7f2b804
Correct Chinese char encoding in Han Xin
...
Testing revealed a couple of bugs with encoding Chinese characters, also added more useful debug info
2019-11-17 14:56:43 +00:00
gitlost
793a990c01
EANX/UPCA/UPCE_CHK handling + various raster/vector fixes; ISBNX add-ons
2019-11-11 21:38:21 +00:00
gitlost
42587c2d21
gs1_verify: additional AIs 7240, 235, 417, 7040, 8026; updated checks 7007, 8008
2019-11-10 00:27:24 +00:00
gitlost
3b87cd4ec6
EAN128_CC ecc, cc_width, rows and alignment adjustments
2019-11-05 14:16:48 +00:00
Robin Stuart
fac9b94f1b
Further refinement to SVG
...
More research revealed frasl entity should not be implemented, but apos should
Thanks to Ian Jeffray
2019-11-03 11:51:12 +00:00
Robin Stuart
1a5eb573cf
Minor Dotcode tweaks
...
Slight modification brings code inline with latest version of draft standard.
Thanks to input from Terry Burton at BWIPP
2019-10-31 13:27:36 +00:00
gitlost
c87c86e30a
Remove redundant numeric mode check in last digit processing
2019-10-31 02:31:55 +00:00
gitlost
1dd4b08986
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
2019-10-31 02:01:42 +00:00
Robin Stuart
0fe9051324
Improved HTML entity handling
...
Now handles quot and frasl as suggested by Ian Jeffray and also allocates memory properly, preventing SIGSEGV for Code 128 full of ampersands.
2019-10-30 08:40:26 +00:00
Robin Stuart
7bcc0252a9
Supress malloc warning using gcc 8
...
Explicitly prevents malloc with negative number to supress -Walloc-size-larger-than
Fixes #168 reported by Ian Jeffray
2019-10-30 07:46:36 +00:00
gitlost
03d99ceb23
Composite changes encodation 10, 11, general field, CC-A/B shift
2019-10-29 22:54:18 +00:00
gitlost
739793a215
Always parse input as GS1 for EAN128 and RSS_EXP
2019-10-17 10:06:21 +01:00
Robin Stuart
b1113db942
Make text elements compatable with HTML in SVG
...
Correctly encodes less-than, greater-than and ampersand.
Fixes #167 reported by Ian Jeffray
2019-10-16 18:42:22 +01:00
gitlost
d8b576164f
Use zero-padded field to determine EANX type for composites
2019-10-14 22:20:16 +01:00
gitlost
433046abbf
KOREAPOST missing from is_linear; tests update
2019-10-14 09:49:15 +01: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
Robin Stuart
15ae99ee11
Allow explicit ECI 3
...
Setting ECI to 3 now causes Zint to include ECI 3 in symbol, and allows entry of data formatted in ISO 8859_1
Fixes #127 requested by Harald Oehlmann
2019-10-06 17:39:54 +01:00
Robin Stuart
ff2ceea361
Allow selection of GS1 mode on GS1 symbols
...
Because some symbols require GS1 data, selecting GS1 mode for them would result in GS1 parsing being done twice, corrupting the data.
Fixes #165 reported by Gregory Van Vooren
2019-10-06 11:30:21 +01:00
Robin Stuart
eb3a004ace
Always latch to non-numeric in general-purpose field
...
Would not include latch to alphanumeric or ISO/IEC mode if required at the beginning of a general-purpose compaction field.
Fixes #146 reported by Gregory Van Vooren
2019-10-05 12:48:55 +01:00
Robin Stuart
ae737ea019
Don't include LeftRAP with CC-A
...
Implement missed rule from ISO 24723 section 8.2 - 3-column CC-A components have the left Row Address Pattern omitted.
Partially resolves #146 reported by Gregory Van Vooren
2019-10-05 11:08:58 +01:00
Harald Oehlmann
6751a816a6
2019-09-19 HaO Set Version to 2.6.6
2019-09-18 11:58:57 +02:00
Harald Oehlmann
5c9d127ad1
2019-09-19 HaO DM: when encoding ECI, data scrambled when base256 encoding was chosen. The ECI codeword 241 was missing in the binary marker array and thus, the binrary length was inserted before the latch to binary resulting in very corrupt data.
2019-09-18 10:51:01 +02:00
Harald Oehlmann
2fbbbeec12
2019-09-11 HaO Document svg_plot vector= null crash has ticket number #164
...
Start Version release notes.
2019-09-11 10:14:42 +02:00
Harald Oehlmann
4dfc090416
2019-09-11 HaO E-Mail Christian Schmitz 2019-09-10: svg_plot: check for null symbol->vector.
...
Reason is unknown.
2019-09-11 09:51:05 +02:00
Robin Stuart
faeb20dcd7
Don't stretch PDF unless expressly requested by user
...
Now default height is 50 only for linear symbols and those with linear component (such as GS1 composite)
Restores default behaviour changed by commit [f2262f]
2019-09-04 21:57:54 +01:00
Robin Stuart
be9e2fd87a
Allow PDF to latch into numeric compaction
...
Logic error prevented numeric compaction in PDF417 and MicroPDF417
Fixes #155 reported by Michelle Dupuis
2019-09-04 21:34:20 +01:00
Robin Stuart
f2262f2616
Reinstate height adjustment for PDF
...
Allows height adjustment of PDF417 and MicroPDF417 symbols.
Fixes #161 reported by 'DigitalResident'
2019-09-03 19:53:01 +01:00
Robin Stuart
833877fb2f
Remove Maxicode segfault bug
...
Missing punctuation causes Maxicode plotting in raster image to segfault
2019-09-02 20:25:17 +01:00
Harald Oehlmann
5c5bf9f635
Merge /u/gitlost/zint/ branch microqr_version_option into master
...
https://sourceforge.net/p/zint/code/merge-requests/10/
2019-09-02 12:20:00 +00:00
gitlost
c5b03f665a
Fix microqr version option out-by-one
2019-09-02 11:43:14 +01:00
Harald Oehlmann
40aab7908b
2018-08-30 2.6.5 HaO Set version to 2.6.5
2019-09-02 12:37:01 +02:00
Harald Oehlmann
b5aaf308a3
2019-09-01 Codemonkey82 Draw Maxicode bullseye for scale = 0.5 Ticket #119 (Commit correction)
2019-09-02 12:05:08 +02:00
Harald Oehlmann
b86a7e6560
2019-09-01 Codemonkey82 Draw Maxicode bullseye for scale = 0.5 Ticket #119
2019-09-02 11:26:30 +02:00
gitlost
251a7d99c4
New files
2019-09-01 21:09:47 +01:00
gitlost
d76cdd615b
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
Harald Oehlmann
89c2ee6f1d
2019-09-01 HaO maxicode sizeof issue fixed by Christian Schmitz
2019-09-01 18:14:21 +02:00
Harald Oehlmann
6949143419
2018-08-30 2.6.4 HaO Set version to 2.6.4
2019-08-30 19:18:14 +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
efa4a8f435
2018-08-30 HaO Maxicode "input to long" error. Backport from okapi by Remi. Ticket #148
2019-08-30 16:40:44 +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
Robin Stuart
ca24105ca0
Add placeholder for Ultracode
2019-03-21 09:14:24 +00:00
Harald Oehlmann
7239d2249c
Merge /u/schnider/zint/ branch master into master
...
https://sourceforge.net/p/zint/code/merge-requests/8/
2019-03-20 16:28:33 +00:00
Robin Stuart
1debb132af
Revert last change
...
This functionality already exists - note to self: read code thoroughly before committing
2019-03-18 19:36:03 +00:00
Robin Stuart
b531abf9b4
Try to protect from malformed colours
2019-03-18 17:36:36 +00:00
Roman Schnider
dcf0cbef97
Enhanced data length checks for GS1 data
...
Brought up to date with revision 19 of the GS1 General Specifications
2019-03-18 17:24:07 +01:00
Robin Stuart
32b6bbaf0e
Plot hexagons in Maxicode even when scale < 1.0
...
Fixes #119 reported by codemonkey82
2019-03-16 15:47:08 +00:00
Robin Stuart
a6c93f1989
Recognise spaces as valid mode 2 character
...
Fixes #116 reported by Grzegorz Krukar
2019-03-15 19:15:47 +00:00
Robin Stuart
0738c3fa2f
Fix format info grid initialization typo
...
Fixes #108 reported by Daniel Gredler
2019-03-15 17:54:12 +00:00
Robin Stuart
b3c03b4769
Fix EOF bug in EMF output
...
Bug reported by 与 忘 <ly_xy@outlook.com>
2019-03-14 11:02:17 +00:00
Harald Oehlmann
d96079a327
Comment spelling corrected
2019-02-08 17:38:49 +01:00
Harald Oehlmann
cbd4610d0c
Ticket [125]: set type of text_height and text_offset to float as they are only used as such and one is multiplied by 0.8. In addition, silence all compiler warnings about possible data loss due to int->float and double->float conversions
2019-02-02 19:42:02 +01:00
Harald Oehlmann
dc2e0b35a6
2018-01-07 HaO Make compile with MS-VC2017 [Ticket 135]
2019-01-07 11:03:37 +01:00
Harald Oehlmann
eda3f4b114
Chnaged formatting and set "git config core.autocrlf false" to avoid warning that it will be transformed to crlf. No idea what it does.
2018-12-12 10:09:17 +01:00
Harald Oehlmann
934d2d8bc8
Ticket 132: add targets to mingw makefile. git wants to transform lf line endings in crlf, don't know why...
2018-12-12 09:56:12 +01:00
Harald Oehlmann
9684bdb556
Ticket 134: do some CMake corrections told to be ok by the ticket author. No test by me.
2018-12-12 09:37:56 +01:00
Harald Oehlmann
cdc7778880
Ticket #109 : rename datastream in fullstream, as this is the name of the more global variable
2018-11-02 10:33:18 +01:00
Harald Oehlmann
5c00c7893e
Make it compile with MS-VC6++
2018-11-02 09:09:38 +01:00
Robin Stuart
58398bc754
Enforce length of GSRN
...
Fixes #115 reported by Daniel Gredler
2018-07-05 21:45:11 +01:00
Robin Stuart
c83bea4ae0
Enforce maximum length of document type identifier
...
Fixes #113 reported by Daniel Gredler
2018-07-05 21:27:26 +01:00
Robin Stuart
951209331a
Set max coupon code length to 70
...
Fixes #112 reported by Daniel Gredler
2018-07-05 21:22:27 +01:00
Robin Stuart
2642a418b9
Ensure maxium error correction capacity in QR Code
...
Fixes #107 reported by Daniel Gredler
2018-06-21 00:03:55 +01:00
Robin Stuart
628078021b
Fix typo in estimating lenth of binary data in QR Code
...
Fixes #106 reported by Daniel Gredler
2018-06-20 23:48:32 +01:00
Robin Stuart
23a990c37c
Ensure ECI encoding doesn't corrupt binary data in Data Matrix
...
Fixes #105 reported by Daniel Gredler
2018-06-20 23:47:06 +01:00
Robin Stuart
8fcde380f8
Increase character count for percentages in alphanumeric mode
2018-06-20 23:07:48 +01:00
Robin Stuart
04b08eb39c
Allocate more memory for percentages in Alphanumeric mode in QR Code
...
Fixes #104 reported by Daniel Gredler <sdanig@users.sourceforge.net>
2018-06-20 03:38:50 +01:00
Robin Stuart
91d933adb7
Select symbol with unforced corners if none meets threshold
2018-06-20 00:40:36 +01:00
Robin Stuart
053c83d036
Implement new mask grading with forced corners in Dot Code
2018-06-20 00:10:30 +01:00
Robin Stuart
7409399438
Correct reader init bug in Code 128
2018-06-19 21:14:02 +01:00
Robin Stuart
3ed1b5692f
Adjust vector border to place bottom border above text
2018-06-19 03:56:44 +01:00
Robin Stuart
656c8132a8
Use internal vector format in Qt backend
2018-06-18 02:36:40 +01:00
Robin Stuart
30fcd7986c
Plot vector graphics using linked list structure
...
Simplifies the implementation of individual vector graphic file formats
2018-06-10 09:16:18 +01:00
Robin Stuart
dddf2934fc
Allow escape character processing
...
Fixes #101 reported by Martin Zizka
Converts \xNN characters > 0x7c to UTF-8 if appropriate
Removes some redundant legacy code
2018-04-22 14:25:39 +01:00
Robin Stuart
909e307636
Prevent latch to incorrect mode when GTIN starts with 9
...
Fixes #97 reported by Karl Karlsson
2018-04-18 20:24:21 +01:00
Robin Stuart
e749872e7d
Resolve Visual Studio compatability bugs
...
Includes bugfix for Item ID calculation in Mailmark as reported by Milton Neal
2018-04-09 21:46:20 +01:00
Harald Oehlmann
3853897d88
Do not apply rect/dmre options if concrete size is given. E.g. "zint -b72 --vers 31" will ignore eventual option "--square or --dmre".
2018-04-08 20:20:56 +02:00
Robin Stuart
68fdae09c3
Prevent possible buffer overrun
...
Spotted by Milton Neal
2018-04-06 10:50:19 +01:00
Robin Stuart
75803e8aa2
Enhanced data length checks for GS1 data
...
Brought up to date with revision 18 of the GS1 General Specifications
Enhancement suggested by Roman Schnider <r.schnider@cab.de>
2018-03-30 18:46:33 +01:00
Robin Stuart
e6618f1a1b
Allow escape character processing in batch mode
...
Suggested by Martin Zizka, Fixes #96
2018-03-30 11:40:44 +01:00
Robin Stuart
9a5e5f3a9a
Rename variable to avoid keyword in VS
2018-03-30 09:46:54 +01:00
Robin Stuart
57075248ff
Remove error correction bug for Australia Post symbols
...
Bug found by Milton Neal <miltonneal@bigpond.com>
2018-03-15 19:17:34 +00:00
Robin Stuart
749eb55321
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
...
Thanks to work being done at SF!
2018-02-15 10:47:59 +00:00
Robin Stuart
ffd1ed2d6b
Update version number to 2.6.3
2018-02-15 10:46:02 +00:00
Robin Stuart
8bd26f5e83
Open EMF files in binary mode
2018-02-13 18:32:26 +00:00
Harald Oehlmann
ee763cb135
Do not free _alloca data
2018-02-13 16:53:12 +01:00
Robin Stuart
fa3c150610
Force TIFF to always use more than one strip
2018-02-11 13:01:43 +00:00
Robin Stuart
78d85bd72e
Add font size option for SVG and EPS
2018-02-11 09:55:28 +00:00
Robin Stuart
8bb4d2ce86
Improved binary multiplication for large numbers
2018-02-11 08:00:32 +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
59116f689d
Add new symbology: Royal Mail Mailmark
2018-02-06 20:57:01 +00:00
Robin Stuart
37d3e60c3a
Allow lowercase input for VIN codes
2018-02-04 08:42:01 +00:00
Robin Stuart
e737f992b5
Add verification for North America VIN (Vehicle Identification Number)
2018-02-03 18:44:01 +00:00
Robin Stuart
38150ce931
Correctly add leading zeroes to Australia Post symbols
...
Bug fix by Erik Salaj <eriksalaj@gmail.com>
2018-02-03 11:41:35 +00:00
Robin Stuart
3aeb1ea70a
Make EAN and UPC symbols resizable in glabels in accordance with EN 797:1996
...
As requested by Sebastien Marie <semarie@online.fr>
2018-01-29 19:12:30 +00:00
Robin Stuart
0d4af7a462
Resolve further error message and warning idiosyncrasies
2018-01-21 18:10:42 +00:00
Robin Stuart
d2161ffb20
Make CLI errors more consistent
...
Should now output errors and warnings in a consistent and predictable fashion. This is not a neat solution, but functional for now.
2018-01-21 14:33:54 +00:00
Robin Stuart
ae57d413bf
UTF duplication error
...
Removes error duplicating UTF data when using ECI 26
2018-01-21 11:50:49 +00:00
Harald Oehlmann
7cb5eec35a
Fix -esc crash for windows
2018-01-14 17:47:02 +01:00
Robin Stuart
782a3a6f39
Include terminator in esc processed string
...
Attempts to fix #89 reported by Matt Johnson
2018-01-13 15:45:26 +00:00
Robin Stuart
670000b7ea
Improve wording of error 227
...
Fixes #87 reported by Ken Yap
2017-12-24 14:51:12 +00:00
Harald Oehlmann
9f50714b44
Added DMRE size 26x40
2017-12-19 19:00:33 +01:00
Robin Stuart
d7ac9cc00f
Enforce PostNet and PLANET lengths
...
Fix suggested by Milton Neal
2017-12-10 19:42:02 +00:00
Robin Stuart
1057bb9fa5
Fix free memory when not allocated
...
Bug fix by Alex Haley <ahaley@meditech.com>
2017-11-07 20:26:00 +00:00
Robin Stuart
58537edf0a
Remove debug message
2017-11-05 14:32:42 +00:00
Robin Stuart
ddce98a1bb
Correct processing of escape char mode
2017-11-05 14:27:01 +00:00
Boris Zentner
31cc0ae78a
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
Boris Zentner
45441a6da7
Fix mixed unix / windows EOL
2017-10-25 17:15:35 +01:00
Harald Oehlmann
4b03bccba0
Make compile with MS-VC and set release version 2.6.2 in various files
...
Attention: qtzint.exe core dumpfs for me
2017-10-23 17:07:30 +02: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
29dbb49325
Add escape sequence support to GUI
...
Also ensures that CR/LF formatted files remain unaltered when importing
Fixes #72 reported by Siniša Sudec
2017-10-22 10:55:50 +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
Jojakim Stahl
aa64c55787
Height / width adjustment for certain symbologies with fixed requirements must be done before calculating the scaler
2017-10-18 11:40:20 +02:00
Jojakim Stahl
2b79940d33
Fixed rendered->height calculation for EAN like barcodes
2017-10-18 11:40:20 +02:00
Jojakim Stahl
3bbc188217
Fixed bug introduced in bfb183e5df
with utf8 input be trucated at length - 3
2017-10-18 11:40:20 +02:00
Jojakim Stahl
6b1421b895
Fixed general_rules declaration in composite.c after refactor in commit [4963a7]
2017-10-18 11:40:20 +02:00
Jojakim Stahl
0a913ad9e3
Adding hexagon height to zint_render_hexagon
2017-10-18 11:40:20 +02:00
Jojakim Stahl
c7d6256a6e
Free symbol->rendered structures on ZBarcode_Clear and repeated calls of ZBarcode_Render
2017-10-18 11:40:19 +02:00
Robin Stuart
50cbbe391b
Merge /u/srachner/zint/ branch master into master
...
https://sourceforge.net/p/zint/code/merge-requests/4/
2017-10-17 16:49:05 +00:00
Harald Oehlmann
f83e5b1501
Make compile with MS-VC6
2017-10-16 19:26:54 +02:00
Sebastian Rachner
20ccbcd4e4
Check compiler before including malloc.h
2017-10-15 12:29:46 +02:00
Robin Stuart
bfb183e5df
Strip BOM from Unicode input data
...
Fixes #76 , reported by Shmupsik
2017-10-09 19:59:02 +01:00
Robin Stuart
4dd31fb674
Reallign bullseye in Maxicode
...
Centre of bullseye in Maxicode symbols drifted from desired position
when printing scale was increased. Affects raster plotted images (BMP, GIF etc.).
Changes how centre position of bullseye is calculated.
2017-10-09 11:17:11 +01:00
Robin Stuart
5bc7399252
Fix problems encoding binary in Aztec mode
...
Bugs found by John Mortlock
Fixes #71
2017-10-04 05:05:58 +01:00
Robin Stuart
4c1c180fbf
Protect DotCode from dimensions smaller than 5
2017-09-30 17:14:45 +01:00
Robin Stuart
411f083f57
Fix Aztec grid population error
...
Resolves X-Y coord flipping reported by John Mortlock
Fixes #70
2017-09-30 13:09:21 +01:00
Rodrigo Torres
4963a772db
Refactor
2017-09-11 19:21:33 +01:00
Robin Stuart
1882d76b70
Update version to 2.6.1
2017-08-27 09:31:02 +01:00
Robin Stuart
86a0071f09
Show correct ECC in function information
2017-08-14 07:47:50 +01:00
Robin Stuart
1ca01e9322
Make data types for tables consistent across symbologies
...
..and reduce library binary size slightly
2017-08-09 09:13:37 +01:00
Robin Stuart
50ec72527b
Minor tweaks, no change of function
2017-08-07 08:37:02 +01:00
Robin Stuart
1f503f2aca
Dedupe error correction code in Aztec
2017-08-06 09:10:00 +01:00
Robin Stuart
608b4b9134
Audit of error codes
2017-07-27 16:01:53 +01:00
Robin Stuart
e81a90bb58
Avoid SIGSEGV on Code 128 input too long
2017-07-26 11:44:47 +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
oxy
2e6fb6a109
compile error fixed
2017-07-24 13:44:27 +01:00
oxygenic
91f66ec57d
backported
2017-07-24 13:44:27 +01:00
oxygenic
d8330f5d96
back-merged
2017-07-24 13:44:27 +01:00
Robin Stuart
8ca1329fcf
Allow ECI 26 in Unicode mode
2017-07-23 18:04:58 +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
d818d1aecc
Improved Aztec Code bit compression
...
Somewhat fixes #30 reported by Francois Grieu
2017-07-21 17:56:36 +01:00
Julien Nabet
3257a5c0af
cppcheck: fix reports
...
[backend/bmp.c:133]: (error) Memory leak: bitmap
[backend/bmp.c:126]: (error) Memory leak: bitmap
[backend/composite.c:464]: (error) Array index -1 is out of bounds.
[backend/composite.c:507]: (error) Array index -1 is out of bounds.
[backend/dmatrix.c:962]: (style) Redundant condition: i!=0. 'i==0 || (i!=0 && binary[i-1]!='b')' is equivalent to 'i==0 || binary[i-1]!='b''
[backend/raster.c:122]: (error) Memory leak: rotated_pixbuf
[backend/raster.c:506]: (error) Memory leak: pixelbuf
[frontend/main.c:273]: (error) Uninitialized variable: format_string
[frontend_qt/exportwindow.cpp:103]: (style) Array index 'j' is used before limits check.
2017-07-01 09:49:47 +01:00
Robin Stuart
0d6716a773
Add method for dynamically checking version info
...
Suggestion by aragon@phat.za.net for python-zint
2017-07-01 09:06:47 +01:00
Robin Stuart
6306228fed
Remove unnecessary debug code
2017-06-18 13:03:25 +01:00
Robin Stuart
a085bca168
Revion of ECI number encoding
2017-06-18 13:00:22 +01:00
Robin Stuart
c0e95684a9
Reduce size of Code 49 bit pattern table (no change of functionality)
2017-06-10 10:45:42 +01:00
Robin Stuart
17be0440cc
Review of data types to reduce memory usage (no change of functionality)
2017-06-10 10:08:27 +01:00
Robin Stuart
3f7f909644
Simplify PDF binary handling, remove TTF array (no change of functionality)
2017-06-09 22:00:22 +01:00
Robin Stuart
dd2f9e65ba
Further tweaks to binary conversion in QR Code
2017-06-06 21:31:03 +01:00
Robin Stuart
47a64047af
Harmonise binary conversion and expand ECI support in QR Code
2017-06-06 21:11:11 +01:00
Robin Stuart
241bcedaa1
Remove unnecessary estimate of binary bitlength
2017-06-05 20:05:58 +01:00
Robin Stuart
30272dd955
Use more accurate guess of bit length when calculating smallest available version
...
Fixes #66 , Bug report by jthie
2017-06-05 19:17:22 +01:00
Robin Stuart
7b53fc3469
Include version information in UPNQR symbols
...
Fixes #65 , Bug report by Primož Cerar
2017-05-30 08:40:08 +01:00
Robin Stuart
ffcfe965d1
Merge Update Visual Studio sln
...
Code by Cosmic Marc https://sourceforge.net/u/cosmarc/
cd65154a36
/
Fixes https://sourceforge.net/p/zint/code/merge-requests/2/
2017-05-29 11:11:04 +01:00
Robin Stuart
b3a1b24d18
help the compiler create more efficient code
...
Patch from Michael <virtual_worlds@gmx.de>
Full text: As usual I have modified only minor things to remove warnigs when compiled as C++ code, have added some const-specifiers where possible to help the compiler create more efficient code and added some static-specifiers to make functions invisible to other modules.
2017-05-29 10:43:47 +01:00
Cosmin Marc
cd65154a36
Update gitignore.
...
Add to libzint.vcxproj missing files.
Fix missing include in emf.c.
Add x64 configuration.
Change paths to point to extern folder for external libs(lipbng, zlib).
Updated version in rc file.
2017-05-25 20:17:43 +03:00
Robin Stuart
b46bc1f45e
Accept UFT-8 input data for UPNQR
2017-05-21 09:20:03 +01:00
Robin Stuart
b426877a4f
Add new symbology UPNQR
2017-05-20 23:37:50 +01:00
Robin Stuart
847fa6f332
Update DotCode to latest draft (April 24, 2017)
2017-05-19 21:30:31 +01:00
Robin Stuart
a1327cbd0d
Bugfix: Insertion of unlatch character in EDIFACT mode will unlatch immediately, not at the end of the 24-bit block
...
Fixes #60 , Ref: ISO para 5.2.8.2.
Bug report thanks to ice4x800@sf
2017-05-14 18:46:43 +01:00
Robin Stuart
4c8de6399f
Deduplicate GB18030 lookup table
2017-05-14 14:43:49 +01:00
Robin Stuart
6d5fcd14f8
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2017-05-14 08:15:55 +01:00
Robin Stuart
19c3755ed0
Simplify conversion to binary with common function
...
No change to functionality
2017-05-14 08:15:08 +01:00
Harald Oehlmann
c52032acb2
Update win c6 makefile and tcl backend to version 2.6.0
2017-05-12 14:16:59 +02: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
eef59d150e
Prevent control characters from corrupting SVG
...
Bug fix by Maikel Houthuijzen
2017-05-11 20:15:10 +01:00
Robin Stuart
1ec0873caa
Extend Unicode support in Han Xin to Supplementary planes (>= U+10000)
2017-04-23 20:15:50 +01:00
Robin Stuart
92f02c8a67
Kanji works better if data is read to symbol :)
2017-04-21 20:38:19 +01:00
Robin Stuart
a8077535b2
Correct Kanji processing in QR Code
...
Bugfix by Milton Neal <miltonneal@bigpond.com>
2017-04-21 19:55:17 +01:00
Robin Stuart
6f4610aa98
Add verbose mode to output debug info without recompiling
2017-04-11 10:05:38 +01:00
Robin Stuart
5acbffff0d
Consistently throw an error if data does not fit in specified size symbol
...
See ticket #57
2017-04-11 09:26:39 +01:00
Robin Stuart
1ac5298190
Perform calculations on real rather than estimated binary length...
...
...and get correct values for ECC encoding from table D1.
Bugfixes by Milton Neal
2017-04-10 08:06:53 +01:00
Harald Oehlmann
f7753564cf
Codablock: Code A/B character set change corrected
2017-04-03 11:47:39 +02:00
Harald Oehlmann
7494a241ca
Bug fix for Ticket 56: Codablock F: [StartA] was coded as [StartA][SHIFT] resulting in wrong Code and illegal memory access to wrong Code128 pattern
2017-03-30 15:23:14 +02:00
Harald Oehlmann
6bc50a943c
Delete to rectangular DMRE formats 24x32, 24x36, 26x32, 26x40 which will probably not be in ISO/IEC 21741
2017-03-29 19:48:44 +02:00
Harald Oehlmann
480e514754
Make bakcend/dotcode.c, emf.c and tif.c compile with MS-VC6
2017-03-28 18:06:08 +02:00
Robin Stuart
939d4de4f0
Enforce height of PDF417 rows
...
Fixes #55 , Bugfix by Galen Rice
2017-03-17 17:08:50 +00:00
Boris Zentner
eb1d246a4d
The backend/library should not print error messages.
...
Just return the error in errtxt.
2017-03-11 08:39:22 +00:00
Boris Zentner
22e06ee05a
Test only the current row. Do not check bits outside of the barcode or in the next row.
2017-03-11 08:39:10 +00:00
Robin Stuart
7bbb7072b4
Allow X in Telepen Numeric
...
Bugfix by Milton Neil
2017-03-04 10:00:03 +00:00
Robin Stuart
b2123f78a3
Update PZN to new (as of 2013) PZN-8 standard
...
Bug fix by Milton Neil
2017-03-04 07:44:32 +00:00
Robin Stuart
726fb64c02
Fix typo in mixed mode string
...
Bug report by Milton Neil
2017-02-25 07:56:20 +00:00
Robin Stuart
cddf469ac6
Allow encoding HT FS GS RS and CRLF in code set B
...
Bug reported by Milton Neil <miltonneal@bigpond.com>
2017-02-19 00:09:24 +00:00
Robin Stuart
6a69e97dfe
Improved pad character handling routine
...
Bugfix and code by Milton Neil <miltonneal@bigpond.com>
2017-02-18 22:17:49 +00:00
Boris Zentner
81cadc3cf9
Fix buffer over run, source is similar to local_source but smaller.
...
So it might be possible to find a plus character in random data behind source.
2017-02-14 19:08:34 +00:00
Boris Zentner
45633751ee
Fix of by one error and check only data. Not the zero at the end.
2017-02-14 19:08:20 +00:00
Robin Stuart
025a485ddf
Pad only with character 109 when finishing in binary mode
...
Bug report by Milton Neil
2017-02-14 18:01:48 +00:00
Robin Stuart
a77e448df5
Correctly determine symbol size accoding to section 5.2.2
...
Bug fix by Milton Neil <miltonneal@bigpond.com>
2017-02-14 11:04:58 +00:00
Boris Zentner
319c7791bc
Fix of by one error in maxi_text_process
2017-01-26 19:44:20 +00:00
Robin Stuart
ecb10e6b7d
Don't initialise roots beyond end of field
...
AKA don't use code from draft standards without testing it!
Bug reported by Christian Sakowski
2017-01-22 19:12:11 +00:00
Robin Stuart
f4852b11a8
Calculate addresses correctly if last TIFF strip is full
2016-12-31 10:44:09 +00:00
Robin Stuart
ec8cfcbb76
Add TIFF output option
2016-12-30 20:25:58 +00:00
Robin Stuart
d1e406b7d2
Add enhanced metafile format (EMF) support
2016-12-23 16:48:03 +00:00
Robin Stuart
e7858dfe98
Add version information to zint.h and increment release version
...
Relates to #51
2016-12-10 09:04:06 +00:00
Robin Stuart
6115a3f8b6
Avoid trying to encode non-EDIFACT characters in EDIFACT mode
...
Bug report by brunt, revokes commit [dc3626], tickets #44 and #50
2016-11-26 20:10:51 +00:00
Robin Stuart
0dc3b60c2b
Counteract inaccuracy of float values in look ahead test
...
Bug report by brunt, ticket #49
2016-11-26 13:58:54 +00:00
Robin Stuart
08aefa6aea
Include string terminator when keeping track of b256 encoded characters
...
bug report and patch by brunt, ticket #48
2016-11-26 11:38:00 +00:00
Robin Stuart
1d503c54fe
Unlatch EDIFACT encodation when buffer is empty
...
bug report and patch by brunt, ticket #46
2016-11-26 11:28:43 +00:00
Robin Stuart
6af035ba98
Unlatch X12 encodation when there are 2 codewords left in the buffer
...
bug report by brunt, ticket #45
2016-11-26 11:18:37 +00:00
Robin Stuart
dc36261030
Force unlatch from EDIFACT on illegal character
...
Bug report and patch by brunt, ticket #44
2016-11-26 09:00:41 +00:00
Robin Stuart
1155683be1
Include last input character in look ahead test
...
Bug and patch by brunt, ticket #43
2016-11-26 08:44:59 +00:00
Robin Stuart
b003627908
Interpret 4-bit codewords as big-endian for error correction
...
affects microQR symbol sizes M1 and M3
bug reported by Milton Neal
2016-11-25 22:21:30 +00:00
Robin Stuart
658cdd7a69
Check for too many codewords after remainder in 144x144 symbols
...
Bug report and patch by brunt, ticket #42
2016-11-25 20:50:35 +00:00
Robin Stuart
886e789090
Add unlatch if C40/Text buffer is empty
...
also don't read binary marker beyond end of input
Relates to #38 and #41
2016-11-22 22:03:28 +00:00
Robin Stuart
a0493a0d0c
Force flush of last two C40 or Text values in buffer
...
Relates to #38
2016-11-22 20:24:33 +00:00
Robin Stuart
4ea35b9082
Revert last commit, and use more standard compliant solution
2016-11-19 10:16:10 +00:00
Robin Stuart
1d4cead56e
Handle partial C40 or Text buffer properly when using Shift characters
...
Relates to ticket #38 created by Brunt
2016-11-17 22:32:06 +00:00
Robin Stuart
a1fd5bd832
Malloc declaration needed for Visual Studio
2016-11-05 21:06:58 +00:00
Robin Stuart
5992bbf6e5
Malloc declaration needed for Visual Studio
2016-11-05 16:46:24 +00:00
Boris Zentner
b13645fd16
Remove non standard #include <malloc.h>
2016-10-30 20:00:09 +00:00
Robin Stuart
184fb71fe5
[PATCH] Remove non standard #include <malloc.h>
2016-10-30 17:43:10 +00:00
Boris Zentner
8851884ea1
Clear symbol->text without a constant.
2016-10-30 17:41:56 +00:00
Boris Zentner
02c0df93e6
sym->row_height is 200 now clear it more reliable.
2016-10-30 17:41:50 +00:00
Boris Zentner
696b99b1d2
Fix typos
2016-10-30 17:41:21 +00:00
Boris Zentner
1911b28865
Fix off by one error in code_49
2016-10-30 17:10:40 +00:00
Boris Zentner
63a252a573
Remove superfluous code
2016-10-30 17:10:36 +00:00
Boris Zentner
bfb4d3284b
nRead is not used on error
2016-10-30 17:10:30 +00:00
Boris Zentner
7ca22f24a4
Remove superfluous code
2016-10-30 17:10:24 +00:00
Boris Zentner
9553e96f8a
Fix of by one errors when searching from right to left.
2016-10-30 17:10:12 +00:00
Robin Stuart
4561a66067
Add identifiers to error messages
...
To ease the debug process
2016-10-28 22:40:40 +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
Robin Stuart
796af2580f
Make MaxiCode scalable in raster files
2016-10-27 17:50:10 +01:00
Robin Stuart
54c0a858ea
Don't include empty strings in output SVG
2016-10-27 13:47:32 +01:00
Robin Stuart
20c4509ecd
Set fixed row height in Codablock-F
2016-10-27 13:33:19 +01:00
Robin Stuart
5402264ad9
Alterations based on feedback from Wang Yi
2016-10-27 12:35:53 +01:00
Robin Stuart
7ea03123c8
Set minimum row heights
2016-10-27 09:32:12 +01:00
Harald Oehlmann
a57ef2adc8
2016-10-26 HaO Extended HIBC string length to 112 (HIBC 2.6)
2016-10-26 19:34:21 +02:00
Robin Stuart
cfda2067b1
Improved handling of partial row data
...
Bug reported by Edgard Lima and fixed by Milton Neal
2016-10-15 10:54:23 +01:00
Robin Stuart
dd80371b17
Enforce DataBar height restrictions
2016-10-14 18:56:49 +01:00
Robin Stuart
d6a1008ae7
Plot pixel buffer the right way up
2016-10-14 16:08:03 +01:00
Robin Stuart
d3b6c9ec07
Remove typo from Grid Matrix codeword dividing table
...
Bugfix by brunt, Fixes #34
2016-10-09 15:01:16 +01:00
Robin Stuart
ee12f3569b
Correction to special case row handling GS1-DataBar Stacked
2016-10-09 14:10:39 +01:00
Robin Stuart
f145680739
Revoke changes made to pixel buffering in API
2016-10-02 10:45:47 +01:00
Robin Stuart
f8b56002c9
Improved processing of CC-C
2016-09-25 11:09:20 +01:00
Harald Oehlmann
a752f2583f
Codablock F:
...
- Fixed crash for negative planed column count.
- Use a square-symbol if no dimensions given, starting at 9 planed characters
2016-09-20 23:19:31 +02:00
Robin Stuart
9eff5cc63a
Allow adjustment of dot size when in dotty mode
2016-09-18 14:09:58 +01:00
Robin Stuart
b13efe334a
Slight code reduction - use loops when converting to or from binary
2016-09-17 18:22:26 +01:00
Robin Stuart
0dd072437e
Add Codablock options to Studio
...
Also remove divide by zero bug calculating row height
2016-09-17 11:39:01 +01:00
Robin Stuart
c351ed492e
Minor tweaks: Don't allow GS1 in Codablock-F, Don't allow negative height rows, Warn user if using ECI mode
2016-09-14 22:34:59 +01:00
Robin Stuart
b49f3f0255
Fix memory leak in PostScript
...
Also match ZBarcode_Encode prototype with definition
Fixes thanks to Alex Haley <ahaley42@sf>, Ref ticket #33
2016-09-13 21:30:19 +01:00
Harald Oehlmann
343b3b873e
Silence nondefined compiler warnings
2016-09-13 08:16:51 +02:00
Robin Stuart
16511da26d
Improved rendering of seperator bars for Codablock-F
2016-09-12 21:47:40 +01:00
Harald Oehlmann
7b4009d19f
Fixed bugs: C128 arbitrary data, C128 wrong checksum
2016-09-12 15:49:17 +02:00
Harald Oehlmann
2cf489eac2
Make compile with MS-VC6
2016-09-12 13:24:18 +02:00
Robin Stuart
7ae2e68396
Typo--
2016-09-11 08:47:34 +01:00
Robin Stuart
e0402ba434
Consolidate raster image rotation and colour sanity checks
2016-09-11 08:42:31 +01:00
Robin Stuart
71a30a9031
pack structures in portable fashion, now creates valid bitmap headers for Windows
2016-09-10 18:35:45 +01:00
Robin Stuart
6dbf817ffa
Resolve link error LNK2019 in VS
...
Bugfix by Milton Neal <miltonneal@bigpond.com>
2016-09-10 16:33:08 +01:00
Robin Stuart
2c2200a7cb
modifications for VS2015, some
...
additional static/const's and a few bugfixes for HanXin and DotStream.
Patch by Michael <virtual_worlds@gmx.de>
2016-09-05 22:06:50 +01:00
Robin Stuart
8d3abf8440
Suppress warnings for uninitialized values
2016-09-04 16:35:11 +01:00
Robin Stuart
d86ac40b20
Plot Codablock symbols to file and in Studio
2016-09-04 11:04:41 +01:00
Robin Stuart
a7bcef4ef7
Fix various memory leaks
...
Bugfixes thanks to Alex Haley <ahaley42@users.sf.net>
2016-09-03 18:45:09 +01:00
Harald Oehlmann
e6ff154543
Codablock F C128 Codeword generation implemented
2016-08-31 16:29:21 +02:00
Robin Stuart
e862bf076c
Trying to keep multiple machines synchronised really sucks!
2016-08-29 18:46:52 +01:00
Robin Stuart
f89167c30b
Bugfix: Allocate sufficient memory for larger data strings
2016-08-29 18:45:58 +01:00
Robin Stuart
f0d8bb82dc
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2016-08-28 16:39:13 +01:00
Robin Stuart
8ccde8ad67
Allow DotCode output in EPS
2016-08-28 16:38:02 +01:00
Robin Stuart
3cf8a142b8
Bugfix: Ouput binding in raster images
...
Also: tidy up use of output_options
2016-08-26 15:13:40 +01:00
Robin Stuart
c6a68dd605
bugfix: Corruption of output_options data
2016-08-26 12:15:54 +01:00
Robin Stuart
542ec7c7a5
When libpng is not found, default to GIF output
2016-08-26 11:44:02 +01:00
Robin Stuart
085ec8477c
Add framework for Codablock
2016-08-24 19:39:39 +01:00
Robin Stuart
4e13b0e95d
Add framework for Codablock
2016-08-24 19:37:49 +01:00
Harald Oehlmann
b527245a5f
Merge branch 'master' of ssh://git.code.sf.net/p/zint/code
2016-08-22 19:08:39 +02:00
Harald Oehlmann
50a48c1294
Silence signed compiler warnings
2016-08-22 19:08:00 +02:00
Robin Stuart
94733dd5f5
Bugfix: increase ECC if there is capacity
...
Bug found by Michael
2016-08-22 18:07:27 +01:00
Harald Oehlmann
3893f6f158
Make compile with MSVC6++
2016-08-22 18:58:32 +02:00
Robin Stuart
eedb4c638a
Expand symbol memory to allow biggest Han Xin without crashing
2016-08-21 21:58:38 +01:00
Robin Stuart
2e11b5f8d3
Bugfix: Crash on setting option_2 for DotCode
...
Bug report by Michael
2016-08-19 18:22:16 +01:00
Robin Stuart
3b366bbbd2
Stop crashing with large DotCode symbols
2016-08-17 17:22:31 +01:00
Robin Stuart
9d1c20201d
Add ECI encoding
2016-08-16 12:43:41 +01:00
Robin Stuart
bcad6504b5
Restrict dotty mode to matrix symbols
2016-08-12 19:30:46 +01:00
Robin Stuart
498fd4151d
Add dot (circle) plotting for raster (PNG/GIF/PCX/BMP) images
2016-08-08 23:18:55 +01:00
Robin Stuart
30b8bebf82
Remove compiler warnings
2016-08-07 21:00:27 +01:00
Robin Stuart
d7fd2dc584
Remove autogenerated makefiles
2016-08-07 20:39:26 +01:00
Robin Stuart
8029dec9c7
Merge Dotcode
2016-08-07 20:28:56 +01:00
Robin Stuart
674a491a56
Dotcode: Add custom height setting and format code
2016-08-07 20:11:51 +01:00
Robin Stuart
0c5f9191e6
DotCode: Place data in symbol and evaluate bitmask
2016-08-06 22:03:36 +01:00
Harald Oehlmann
08c88e85d2
Added gif output
2016-07-28 20:58:33 +02:00
Harald Oehlmann
3939a1ae54
Make compile with MSVC6 (no C99 compatibility)
2016-07-28 10:32:46 +02:00
Robin Stuart
70fb17fcb4
DotCode: Calculate masks and Reed-Solomon error bytes
2016-07-27 12:18:53 +01:00
Robin Stuart
340bcd2833
DotCode: New symbology added and encoding to codewords as set out in Annex F
...
Does not produce DotCode symbols yet
2016-07-25 22:52:29 +01:00
Robin Stuart
804ca24aca
Correct bizarre use of isX12()
...
Bug spotted by Milton Neal
2016-07-25 22:46:26 +01:00
Robin Stuart
118caf10ea
Silence debug output
2016-07-23 19:22:12 +01:00
Robin Stuart
b968073d71
--typo
2016-07-23 19:17:53 +01:00
Robin Stuart
7eaa82bfa1
Improved PCX algorithm, uses less memory
2016-07-23 19:14:57 +01:00
Robin Stuart
babeaec41d
Add ZSoft PCX image file output
2016-07-23 15:08:55 +01:00
Robin Stuart
7e3a56815f
Correct header info
2016-07-22 17:21:40 +01:00
Robin Stuart
c35378acc5
Bugfix: EDIFACT unlatch character not needed for all symbols
...
Ref: ISO 16022 para 5.2.8.2
Bug reported by Daniel Yang
2016-07-22 16:42:39 +01:00
Robin Stuart
8f7cc8d8b1
Remove error in file descriptor
2016-07-19 23:09:08 +01:00
Robin Stuart
08e51cf5bb
Separate PNG and BMP file handling routines and create common framework to allow addition of more output file formats
2016-07-19 23:02:39 +01:00
Robin Stuart
6dcc6af817
Make bitmap size available to API
2016-07-18 20:22:56 +01:00
Robin Stuart
75384ca009
Add bitmap (BMP) file support
...
And upgrade symbol->bitmap structure to reflect BMP format
Based on work by Adrian Keller
2016-07-18 20:14:56 +01:00
Robin Stuart
e39d2ff915
Add dot mode (experimental)
...
First step towards solution for ticket #29
2016-07-12 15:00:25 +01:00
Harald Oehlmann
188cfcdd1f
Compile MS-VC6 compatible: only define variables after "{" or at top
2016-07-04 12:08:08 +02:00
Robin Stuart
caa4bb913f
Don't add descriptor to EPS and SVG if text is supressed
2016-06-19 14:29:39 +01:00
Robin Stuart
507071cf9c
Add CMYK colourspace option for EPS
...
Requested by Joe Bedard
Ref #22
2016-06-19 14:14:30 +01:00
Robin Stuart
e0240c8e2e
Add bold text option for PNG
...
Fixes #26
Code patch by Christoph Scharenberg
2016-06-19 12:32:49 +01:00
Robin Stuart
d2774af120
Correctly format EAN and UPC without text
...
EAN and UPC should have a standard compliant format even without text
Fixes #27
2016-06-19 11:59:09 +01:00
Robin Stuart
c709b08da5
Merge branch 'hanxin'
...
Add new symbology Han Xin according to AIMD-015:2010
Implementation may change when this becomes an ISO standard.
2016-06-19 09:14:52 +01:00
Robin Stuart
55b33cfb88
Han Xin: Comment possible errors in AIMD-015
2016-06-19 09:07:50 +01:00
Robin Stuart
032dee1e0e
Han Xin: Add Chinese character (GB18030) modes
2016-05-01 22:10:50 +01:00
Robin Stuart
044b827fff
Set default start mode (remove compiler warning)
2016-04-30 14:22:23 +01:00
Robin Stuart
45ce52df25
Display smalltext correctly
...
Bugfix by C. Scharenberg (Ticket #21 )
2016-04-30 12:35:26 +01:00
Robin Stuart
4ae120ab35
Han Xin: Add user options (Version and ECC level)
2016-04-30 10:25:16 +01:00
Robin Stuart
8eb5525c8c
Han Xin: Add function information
2016-04-23 15:26:51 +01:00
Robin Stuart
4c7fb647d0
Han Xin: Evaluate and apply bitmask
2016-04-20 20:44:59 +01:00
Robin Stuart
fd0f041f19
Han Xin: Add error correction and codeword interlace
2016-04-16 12:57:45 +01:00
Robin Stuart
7831bda722
Han Xin: Select symbol size and divide binary data into codewords
2016-04-10 20:36:57 +01:00
Robin Stuart
64396488e8
Han Xin: Plot finder and alignment patterns
2016-04-09 17:01:21 +01:00
Robin Stuart
a5440244c4
Han Xin - Add Numeric mode, Text mode and Binary byte mode encoding
2016-04-07 22:30:37 +01:00
Robin Stuart
0230426b0f
Add new symbology: Han Xin Code
2016-04-07 17:13:43 +01:00
Harald Oehlmann
0fcf4cc1ab
Ticket #18 : add some const.
2016-04-06 22:55:14 +02:00
Robin Stuart
5ec95153a0
Populate map for Aztec codes
...
Ref #17 from hoky24
2016-04-06 09:35:36 +01:00
Harald Oehlmann
90407bffce
Removed include malloc.h for all non-Windows so FreeBSD compiles.
...
Removed include of sys/malloc.h for APPLE, probably not used.
Ticket #18
2016-04-03 22:33:01 +02:00
Robin Stuart
f17f10fa7c
Replace local concat() and roundup() with C library defaults
...
Patch by Oxy (Michael) <virtual_worlds@gmx.de>
Ref: https://sourceforge.net/p/zint/mailman/message/34896811/
2016-03-02 21:12:38 +00:00
Harald Oehlmann
0a034fd5ea
Re-replace ceilf() by ceil().
...
ceilf is better but is C99 which is not supported by my MS-VC6 cpmpiler.
I also suppose, we loose friends if we will rely on C99 features.
If someone has a solution to test if ceilf() exists and use it in this case, I have no troubble, but we need a fall-back.
2016-03-02 11:05:22 +01:00
Robin Stuart
4fb0bb96d9
Bugfix: buffer overrun and mode switch in general field
...
Ref ticket #15
Bugfix by Vitaly
2016-02-29 20:54:20 +00:00
Robin Stuart
5d9ce6f684
Improvements from Oxy patch
...
Original email reads...
It does not contain any fundamental changes or new functions but a lot of improvements which I have done over time (added several const/static specifiers, replaced repeated if-conditions by if-else, removed some warnings).
2016-02-29 19:42:32 +00:00
Harald Oehlmann
372994d794
Add Data Matrix Rectangular Extension (DMRE) in regular distribution
...
- add define "DM_DMRE 101" to zint.h as option_3 value
- add option "-dmre" to command line
- add ckeckbutton "Activate DMRE in automatic mode" to qzint
- make dmatrix.c/dmatrix.h aware of option_3 value DM_DMRE and include DMRE in automatic mode
- Use version 2.5 everywere (as already started by Robin)
- common test case for DMRE in automatic mode is numeric input data with 48 digits, which should lead to a symbol of size 8x64
2016-02-27 21:26:52 +01:00
Harald Oehlmann
0d7ee10ef5
Avoid type definition outside of blocks to be VC6 compatible.
2016-02-24 08:42:15 +01:00
Robin Stuart
7d6050bd3b
Allocate memory in Visual Studio friendly way
2016-02-23 19:33:21 +00:00
Robin Stuart
9372aa4e48
Remove int declarations in for loops for Visual Studio
2016-02-23 19:21:48 +00:00
Robin Stuart
cc69851da7
Update developer info
2016-02-22 19:07:09 +00:00
Robin Stuart
65ce7ecc82
Remove dead code
2016-02-20 14:47:11 +00:00
Robin Stuart
6b0b69eb4f
Simplify font.h
2016-02-20 14:38:40 +00:00
Robin Stuart
660d8148bd
Code format and audit, part 3
...
Update copyright info, remove unused code, etc.
2016-02-20 11:29:19 +00:00
Robin Stuart
8a88ffdd7b
Code format and audit, part 2
...
Update copyright info, remove unused code, etc.
2016-02-20 10:50:15 +00:00
Robin Stuart
77cdf77690
Code format and audit, part 1
...
Update copyright info, remove unused code, etc.
2016-02-20 09:38:03 +00:00
Robin Stuart
ae335b104a
Alter 'dump' option to give hexadecimal output
2016-02-18 23:23:31 +00:00
Robin Stuart
653105b81d
Improved data compression algorithm for QR Code
2016-02-18 12:17:50 +00:00
Robin Stuart
001a0a88d9
Revised data mask scoring
...
Revision of 4 tests from Table 11, reflecting clarification given in ISO/IEC 18004:2015
2016-02-17 20:31:50 +00:00
Robin Stuart
97a7afa246
Update GS1 Composite name
...
Code now checked against ISO/IEC 24723:2010
2016-02-17 14:33:17 +00:00
Robin Stuart
0f2abd1c64
Update GS1 DataBar names
...
To reflect changes made in 2011 revision of ISO/IEC 24724
2016-02-17 13:01:56 +00:00
Robin Stuart
0c42a2473e
Revert to UNIX style EOL
2016-02-17 10:52:48 +00:00
Robin Stuart
2e59058615
Avoid possible confusion with Windows error code
...
Bugfix by Oxy Genic
Ref: https://sourceforge.net/p/zint/mailman/message/34857131/
2016-02-17 10:37:20 +00:00
Robin Stuart
7ae95b2b42
Numeric data correction
...
Bugfix by Ed Deinstadt
Ref: https://sourceforge.net/p/zint/mailman/message/34362009/
2016-02-13 07:58:59 +00:00
Robin Stuart
a57001d2ad
Improved 'look ahead test' from Annex P
2016-02-13 07:37:24 +00:00
Robin Stuart
cbe5b32785
Prevent binary data corruption
...
Bugfix by Karl Semich
Ref: http://sourceforge.net/p/zint/mailman/message/34330108/
2016-02-07 14:31:58 +00:00
Robin Stuart
6fc43786a1
Improved implementation of Annex P
...
More closely matches layout of ISO standard for ease of checking and includes corrections
2016-01-16 16:45:08 +00:00
Robin Stuart
0a340a7ca2
Calculate correct number of codeblocks for DataBar ExpStack
2016-01-12 19:42:41 +00:00
Robin Stuart
8569731337
Automatically generate Aztec map
...
Fixes #2
2016-01-10 17:34:33 +00:00
Robin Stuart
27c7c9447c
Avoid segfault generating DataBar Stacked
...
Do not read element values which have not been initialised when stacking symbol
Fixes #6
2016-01-10 13:24:25 +00:00
Harald Oehlmann
cb6a126bf2
Ticket #4 : Instabilities in QR and Micro-QR Codes - fixed by Patch from Philipe Leuba
2016-01-05 10:19:35 +01:00
Harald Oehlmann
4c9570176b
Ticket #7 : Silence compiler warnings for unused variables
2016-01-05 10:10:52 +01:00
Harald Oehlmann
c120ca49dd
DM: Do not double macro character postfix <RS><EOT>
2016-01-04 18:37:34 +01:00
Harald Oehlmann
779894b671
Ticket 12: if(done = 0) corrected
2016-01-04 18:27:53 +01:00
Harald Oehlmann
2a1d6b8e48
Non-latin1 interpretation characters crash png output.
...
https://sourceforge.net/p/zint/tickets/11/
2016-01-04 18:10:44 +01:00
Harald Oehlmann
a31e562fd4
"Fix stdout handling for png output", 2012-08-06 from fdb8b4e30e
2015-12-07 22:41:40 +01:00
Harald Oehlmann
3aa27d3ccb
"Fix compilation with newer libpng versions", 2012-08-06 from ea0812c50b
2015-12-07 22:36:05 +01:00
Harald Oehlmann
ce2950dd7e
"gridmtx: Fix EOL bug", 2012-11-11 from 8d3cd0ece0
2015-12-07 22:32:53 +01:00
Harald Oehlmann
1e41540688
"Remove references to dm200", 2012-07-09 on 7c0e950ee0
2015-12-07 22:26:40 +01:00
Harald Oehlmann
f1f6d4ffc6
Remove unreachable statements.
...
From
8d2ab1bfcf
2015-10-16 14:26:13 +02:00
Harald Oehlmann
603974278b
Ticket#1: Code 93: Represent some escaped characters by their direct representation: %,%,+,-,.,/
...
Patch by Robin Stuart
2015-08-18 19:41:10 +02:00
Harald Oehlmann
fdbe0c6338
rss limited bug fix: finder for checksum 88 added.
...
Patch by Robin Stuart, ticket: https://github.com/zint/zint/issues/44
2015-08-18 16:16:10 +02:00
Harald Oehlmann
ed1f0bebec
Handle NULL for Aztec Symbology ( https://sourceforge.net/p/zint/mailman/message/29335201/ )
2015-08-18 14:58:30 +02:00
Harald Oehlmann
2215b648f0
Added possibility to not use Datamatrix rectangular extensions
2015-08-18 14:56:55 +02:00
Harald Oehlmann
216eb6c993
Removed DMRE Format 12x48 as it requires special placement algorithm
2015-08-18 14:54:01 +02:00
Harald Oehlmann
b7f9a7a6e4
Changed comment list for placement extension usage matrix sizes
2015-08-18 14:51:40 +02:00
Harald Oehlmann
c86ba22170
Activated row placement wrap-around at the bottom in placement algorithm
2015-08-18 14:50:37 +02:00
Harald Oehlmann
4dc096cd67
Corrected DMRE direct creation with -vers
2015-08-18 14:49:35 +02:00
Harald Oehlmann
30c8df3269
(Patch by Milton Neal) C40/X12 encodation ending rule implemented (may lead to smaller codes)
2015-08-18 14:48:03 +02:00
Harald Oehlmann
6158a95bd5
plessey.c: Loop will never end due to unsinged type (Bug by Philippe Leuba)
2015-08-18 14:46:30 +02:00
Harald Oehlmann
bf687fc409
Same functionality but IMHO nicer because special handling only at one place
2015-08-18 14:38:11 +02:00
Harald Oehlmann
66f112098d
Patch by Milton Neal: Do not double forelast character, if it does not fit in a C40 encoding and the last character is shifted (reported by Bertram Wirth)
2015-08-18 14:30:09 +02:00
Harald Oehlmann
32ac8ccbae
RSS bug corrected: Character missing for message [01]90614141999996[10]1234222222222221
...
Patch by Daniel Frede
2015-08-18 14:28:58 +02:00
Harald Oehlmann
b948d9928c
Fixed wrong use of _alloca which causes crashes on Windows
2015-08-18 14:27:37 +02:00
Harald Oehlmann
93fa54a784
Wrong length variable used for x12:
...
Data "P4022.631.50231>SN2743>4LCA>VOPTIM01US>10D2014/7/28" was a spurious "8" appended.
Fix by Milton Neal and Robin Stuart.
2015-08-18 14:26:24 +02:00
Harald Oehlmann
6ad8db3c77
Compile with MS VC6++ avoiding number constant suffix ULI
2015-08-18 14:20:36 +02:00
Harald Oehlmann
994c5adb10
Fix batch bugs: 1) interpretation of former code included in next if shorter, wrong eof detection issed wrong warning
2015-08-18 14:17:59 +02:00