1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

Extend no background option to EPS

This commit is contained in:
Robin Stuart
2020-08-03 07:37:27 +01:00
parent 47cac63e7f
commit 382a051cb5
2 changed files with 21 additions and 9 deletions

View File

@@ -419,7 +419,7 @@ will give different results for PNG and SVG. Experimentation is advised!
Also note that these options don't work properly with Maxicode yet.
In addition the --nobackground option will simply remove the background from
PNG, SVG and EMF files.
PNG, SVG, EMF and EPS files.
4.8 Rotating the Symbol
-----------------------
@@ -926,8 +926,8 @@ int main(int argc, char **argv)
return 0;
}
Background removal for PNG, SVG and EMF files can be achieved by setting the
background alpha to "00" where the values for R, G and B will be ignored:
Background removal for PNG, SVG, EMF and EPS files can be achieved by setting
the background alpha to "00" where the values for R, G and B will be ignored:
strcpy(my_symbol->bgcolour, "55555500");