1g.cairocomp(1) Grass User's Manual g.cairocomp(1)
2
3
4
6 g.cairocomp - Overlays multiple X Pixmaps.
7
9 general, display
10
12 g.cairocomp
13 g.cairocomp --help
14 g.cairocomp [-d] input=name[,name,...] output=name [visual=integer]
15 [screen=integer] [opacity=float[,float,...]] width=integer
16 height=integer [bgcolor=name] [--overwrite] [--help] [--verbose]
17 [--quiet] [--ui]
18
19 Flags:
20 -d
21 Do not composite; just delete input Pixmaps
22
23 --overwrite
24 Allow output files to overwrite existing files
25
26 --help
27 Print usage summary
28
29 --verbose
30 Verbose module output
31
32 --quiet
33 Quiet module output
34
35 --ui
36 Force launching GUI dialog
37
38 Parameters:
39 input=name[,name,...]Â [required]
40 Name of input file(s)
41
42 output=name [required]
43 Name for output file
44
45 visual=integer
46 Output Visual XID
47
48 screen=integer
49 Output screen
50
51 opacity=float[,float,...]
52 Layer opacities
53
54 width=integer [required]
55 Image width
56
57 height=integer [required]
58 Image height
59
60 bgcolor=name
61 Background color (R:G:B:A)
62 Either a standard color name or R:G:B triplet
63
65 g.cairocomp isn’t meant for end users.
66
67 g.cairocomp is similar to g.pnmcomp, except that it works with X
68 Pixmaps instead of PNM files.
69
71 g.pnmcomp
72
74 Glynn Clements
75
77 Available at: g.cairocomp source code (history)
78
79 Main index | General index | Topics index | Keywords index | Graphical
80 index | Full index
81
82 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
83
84
85
86GRASS 7.8.2 g.cairocomp(1)