Added scale value to change size of output image

This commit is contained in:
hooper114 2008-12-20 15:21:04 +00:00
parent 909394478f
commit 960d46981a
4 changed files with 153 additions and 148 deletions

View file

@ -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;