mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
Added scale value to change size of output image
This commit is contained in:
parent
909394478f
commit
960d46981a
4 changed files with 153 additions and 148 deletions
|
@ -42,6 +42,7 @@ struct zint_symbol *ZBarcode_Create()
|
|||
strcpy(symbol->fgcolour, "000000");
|
||||
strcpy(symbol->bgcolour, "ffffff");
|
||||
strcpy(symbol->outfile, "out.png");
|
||||
symbol->scale = 1.0;
|
||||
symbol->option_1 = -1;
|
||||
symbol->option_2 = 0;
|
||||
symbol->option_3 = 928; // PDF_MAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue