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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user