mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
Converted zint_symbol structure usage to a more compressed format
This commit is contained in:
parent
90d301a6dc
commit
cb0e4e27e8
29 changed files with 447 additions and 341 deletions
|
@ -44,8 +44,8 @@ struct zint_symbol {
|
|||
int rows;
|
||||
int width;
|
||||
char primary[100];
|
||||
char encoded_data[178][1000];
|
||||
int row_height[155];
|
||||
unsigned char encoded_data[178][143];
|
||||
int row_height[178]; /* Largest symbol is 177x177 QR Code */
|
||||
char errtxt[100];
|
||||
char nullchar;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue