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 |
|
Robin Stuart
|
0d26948baa
|
Merge branch Ultra
|
2020-04-06 17:05:22 +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
|
bca82ecc0d
|
libzint.so: suppress exporting INTERNAL functions to the shared library; ZINT_TEST
|
2019-12-19 00:37:55 +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 |
|
gitlost
|
fed7378675
|
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
|
2019-11-27 16:16:14 +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
|
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
|
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
|
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 |
|
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
|
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
|
78d85bd72e
|
Add font size option for SVG and EPS
|
2018-02-11 09:55:28 +00:00 |
|
Boris Zentner
|
31cc0ae78a
|
Remove spaces before EOL
|
2017-10-25 17:23:57 +01:00 |
|
Rodrigo Torres
|
4963a772db
|
Refactor
|
2017-09-11 19:21:33 +01:00 |
|
Robin Stuart
|
608b4b9134
|
Audit of error codes
|
2017-07-27 16:01:53 +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
|
eef59d150e
|
Prevent control characters from corrupting SVG
Bug fix by Maikel Houthuijzen
|
2017-05-11 20:15:10 +01:00 |
|
Robin Stuart
|
d1e406b7d2
|
Add enhanced metafile format (EMF) support
|
2016-12-23 16:48:03 +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
|
4561a66067
|
Add identifiers to error messages
To ease the debug process
|
2016-10-28 22:40:40 +01:00 |
|
Robin Stuart
|
54c0a858ea
|
Don't include empty strings in output SVG
|
2016-10-27 13:47:32 +01:00 |
|
Robin Stuart
|
9eff5cc63a
|
Allow adjustment of dot size when in dotty mode
|
2016-09-18 14:09:58 +01:00 |
|
Robin Stuart
|
16511da26d
|
Improved rendering of seperator bars for Codablock-F
|
2016-09-12 21:47:40 +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
|
a7bcef4ef7
|
Fix various memory leaks
Bugfixes thanks to Alex Haley <ahaley42@users.sf.net>
|
2016-09-03 18:45:09 +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
|
e39d2ff915
|
Add dot mode (experimental)
First step towards solution for ticket #29
|
2016-07-12 15:00:25 +01: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
|
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
|
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 |
|
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
|
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 |
|
oxygenic
|
1a7863520b
|
license changed with permission of original copyright holders (see mailing list for details)
|
2013-05-16 19:26:38 +02:00 |
|
openapc
|
bf2dbe7494
|
code reworked
|
2012-12-29 19:37:03 +01:00 |
|
Robin Stuart
|
7da2041cfd
|
More code cleanup
Patch 7 of 7 from "Ismael Luceno" <ismael.luceno@gmail.com>
|
2010-09-14 11:36:00 +01:00 |
|
Robin Stuart
|
e072a0723e
|
Correct HRT error
Correct an error which prevented human readable text being saved in SVG images.
|
2010-07-01 22:18:53 +01:00 |
|
Robin Stuart
|
e32561cb34
|
Removal of some ghosts
Removal of some more old Codablock-F code and some depreciated functions from the API.
|
2010-06-17 21:34:58 +01:00 |
|
hooper114
|
f8b6fb20aa
|
Make locale aware
|
2010-05-23 05:02:08 +00:00 |
|
hooper114
|
93d65a910c
|
Various minor bugfixes
|
2010-05-16 21:58:18 +00:00 |
|
hooper114
|
1ff9c0d472
|
Add corrections from tgotic
|
2009-10-06 19:03:00 +00:00 |
|
hooper114
|
04b9a99241
|
API overhaul part 1: removal of nullchar
|
2009-09-29 09:45:46 +00:00 |
|
hooper114
|
955c29fc36
|
Tweak addon text positions
|
2009-07-08 09:13:19 +00:00 |
|
hooper114
|
3b12f14bad
|
Correct addon formatting problem
|
2009-07-07 22:01:59 +00:00 |
|
hooper114
|
18b986156f
|
Correct some memory leaks found by MSVC
|
2009-06-18 10:20:23 +00:00 |
|
hooper114
|
b65cd26527
|
Merge Windows platform patches by tgotic
|
2009-06-02 20:23:38 +00:00 |
|
hooper114
|
cb0e4e27e8
|
Converted zint_symbol structure usage to a more compressed format
|
2009-05-31 20:33:54 +00:00 |
|
hooper114
|
0e560805b4
|
Add Channel Code
|
2009-05-16 14:19:43 +00:00 |
|