Schaich
9ff3f13c19
Optionalize the PNG and the Qt dependencies
...
Expose the ability to turn these dependencies off, which results in reduced
functionality. However, it enables a developer using the zint library to
instruct cmake to build a libzint as deployed by e.g. build servers which
don't have png/zint installed, without having to uninstall those libraries
from the development system
2021-06-02 21:14:14 +09:00
Schaich
acd12e1754
Add and use helper to set all flags to both the shared and the static library
2021-06-02 21:14:14 +09:00
Schaich
3e89058051
Turn zint tests into a subproject of backend
...
All dependency handling is implied via linking to the zint target. Options
are inherited from the backend build
2021-06-02 21:14:14 +09:00
Schaich
83bac8c8a5
Bind macro definitions to the zint library target
...
The libpng dependency is exported to consumers, while the ZINT_TEST option
affects the build output. Both are therefore marked public
2021-06-02 21:14:14 +09:00
gitlost
6322c0c2b0
#213 Use PNG::PNG for libpng, require cmake 3.5, props Schaich Alonso
2020-11-30 15:51:14 +00:00
Robin Stuart
f545075162
Add explicit zintconfig.h for non-Cmake Windows build
2020-11-24 07:03:03 +00:00
Robin Stuart
3eb31fe3f8
Take version information from CmakeLists.txt
...
Warning: potential incompatibility because version number is no longer stored in zint.h
2020-11-22 11:29:45 +00: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
9b771dba3a
Make zint-static build optional
2020-03-30 10:54:21 +01:00
gitlost
afe0c96476
OSS-Fuzz add zint-static rule to backend/CMakeLists.txt
2020-03-29 15:51:56 +01:00
gitlost
889e786d95
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +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
gitlost
fed7378675
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
gitlost
03d99ceb23
Composite changes encodation 10, 11, general field, CC-A/B shift
2019-10-29 22:54:18 +00:00
Robin Stuart
ca24105ca0
Add placeholder for Ultracode
2019-03-21 09:14:24 +00: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
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
59116f689d
Add new symbology: Royal Mail Mailmark
2018-02-06 20:57:01 +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
542ec7c7a5
When libpng is not found, default to GIF output
2016-08-26 11:44:02 +01:00
Robin Stuart
4e13b0e95d
Add framework for Codablock
2016-08-24 19:37:49 +01:00
Robin Stuart
9d1c20201d
Add ECI encoding
2016-08-16 12:43:41 +01:00
Robin Stuart
8029dec9c7
Merge Dotcode
2016-08-07 20:28:56 +01:00
Harald Oehlmann
08c88e85d2
Added gif output
2016-07-28 20:58:33 +02: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
babeaec41d
Add ZSoft PCX image file output
2016-07-23 15:08:55 +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
0230426b0f
Add new symbology: Han Xin Code
2016-04-07 17:13:43 +01:00
Robin Stuart
0927fa6237
Correct NO_PNG compilation.
...
Correct a couple of minor omissions which prevented compiling
without PNG support.
2011-01-02 22:01:38 +00:00
Robin Stuart
81b4902c95
Removed old Data Matrix standards
...
Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway!
Also removed some ghosts of Codablock-F - there are some more to find.
2010-06-16 09:00:31 +01:00
Sam Lown
95e51cf96d
Removing merge nastynesses
2010-06-11 20:14:41 +02:00
Sam Lown
68de839804
Merge branch 'master' of git://zint.git.sourceforge.net/gitroot/zint/zint
...
Conflicts:
backend/CMakeLists.txt
backend/Makefile
backend/Makefile.mingw
backend/library.c
backend/zint.h
2010-06-11 20:10:55 +02:00
Robin Stuart
511fadef30
Initial transfer from CVS
...
Transfer of version 2.3.2 from CVS repository
2010-06-10 21:52:50 +01:00
Sam Lown
d50c2c51a3
Adding support for Rendered backend
2010-05-30 19:25:24 +02:00
hooper114
f6dc4dfc07
Remove Codablock-F
2010-01-28 17:55:59 +00:00
hooper114
fdb6485ef1
Resolve Latin-1 in Code 128 bug
2009-11-09 09:18:08 +00:00
hooper114
56e75788c2
Rebuilt Micro QR Code to allow mode switching, Kanji characters and correct format information.
2009-10-31 13:18:27 +00:00
hooper114
fbf2a30fa5
Corrections to Micro QR Code, Unified Reed-Solomon Code
2009-10-25 14:42:30 +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
taipanromania
0c1dc1bb5f
fix .so version
2009-08-10 18:39:32 +00:00
hooper114
2145673ce4
Add Code One support
2009-07-04 20:48:42 +00:00
hooper114
b62a0ca33a
Add Code 49
2009-05-10 11:47:20 +00:00
hooper114
1649ad0056
Bugfix: Add SVG output to cmake compile
2009-03-22 21:06:28 +00:00
taipanromania
fc21c1d0db
sync
2009-01-15 09:04:32 +00:00
hooper114
6ae8a7d0d8
Syncronize QZint
2008-11-18 08:52:43 +00:00
taipanromania
8ff0df1491
better windows support
2008-09-26 11:39:06 +00:00
taipanromania
ae7a09dce6
compile on windows too.
2008-09-24 09:00:44 +00:00