zint/backend/tests/data
gitlost 070162214b - raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use
`size_t` as appropriate)
- BMP: lessen heap memory usage by only `malloc()`ing a row, not
  whole file
- GIF: lessen heap memory usage by paging (also simplifies some
  function returns); use standard colour char map
- raster: add `raster_malloc()` to fail > 1GB (avoids very large
  output files that most systems can't handle; also lessens to
  some degree chances of being victim of OOM killer on Linux)
- GUI: printing scale dialog: set maxima on X-dim and resolution
  to keep scale <= 200
2023-12-22 21:29:54 +00:00
..
bmp PDF417: some tweaks to MR #151 [e8a125], update test suite 2022-08-18 22:25:09 +01:00
emf emf/eps: fix previous gws_left/right_fudge hack 2023-12-15 18:52:41 +00:00
eps emf/eps: fix previous gws_left/right_fudge hack 2023-12-15 18:52:41 +00:00
gif - raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use 2023-12-22 21:29:54 +00:00
imail/usps KOREAPOST missing from is_linear; tests update 2019-10-14 09:49:15 +01:00
pcx zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
png zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
print - raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use 2023-12-22 21:29:54 +00:00
qr/okapi KOREAPOST missing from is_linear; tests update 2019-10-14 09:49:15 +01:00
svg vector: make sure BIND_TOP trumps BIND/BOX always (fixes extraneous 2023-12-15 10:51:51 +00:00
tif zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00