mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -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
|
@ -35,6 +35,7 @@ struct zint_symbol {
|
|||
char fgcolour[10];
|
||||
char bgcolour[10];
|
||||
char outfile[256];
|
||||
float scale;
|
||||
int option_1;
|
||||
int option_2;
|
||||
int option_3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue