mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-22 20:37:08 +00:00
#223 Use cmake options to interface command line parameters, props Schaich Alonso
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user