mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Extend no background option to EPS
This commit is contained in:
parent
47cac63e7f
commit
382a051cb5
2 changed files with 21 additions and 9 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue