mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
#223 Use cmake options to interface command line parameters, props Schaich Alonso
This commit is contained in:
parent
20663b4eed
commit
14f67331c2
4 changed files with 17 additions and 17 deletions
|
@ -138,7 +138,7 @@ INTERNAL int png_pixel_plot(struct zint_symbol *symbol, unsigned char *pixelbuf)
|
|||
bg_alpha = 0xff;
|
||||
}
|
||||
|
||||
num_palette = num_trans = 0;
|
||||
num_trans = 0;
|
||||
if (symbol->symbology == BARCODE_ULTRA) {
|
||||
static const int ultra_chars[8] = { 'W', 'C', 'B', 'M', 'R', 'Y', 'G', 'K' };
|
||||
static png_color ultra_colours[8] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue