logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.cairocomp - Overlays multiple X Pixmaps.

Author

       Glynn Clements

Description

g.cairocomp isn’t meant for end users.

       g.cairocomp is similar to g.pnmcomp, except that it works with X Pixmaps instead of PNM files.

Keywords

       general, display

Name

g.cairocomp  - Overlays multiple X Pixmaps.

See Also

g.pnmcomp

Source Code

       Available at: g.cairocomp source code (history)

       Accessed: Friday Apr 04 01:18:53 2025

       Main index | General index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                  g.cairocomp(1grass)

Synopsis

g.cairocompg.cairocomp--helpg.cairocomp     [-d]     input=name[,name,...]     output=name     [visual=integer]      [screen=integer]
       [opacity=float[,float,...]]   width=integerheight=integer   [bgcolor=name]    [--overwrite]    [--help]
       [--verbose]  [--quiet]  [--ui]

   Flags:-d
           Do not composite; just delete input Pixmaps

       --overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:input=name[,name,...] [required]
           Name of input file(s)

       output=name[required]
           Name for output file

       visual=integer
           Output Visual XID

       screen=integer
           Output screen

       opacity=float[,float,...]
           Layer opacities

       width=integer[required]
           Image width

       height=integer[required]
           Image height

       bgcolor=name
           Background color (R:G:B:A)
           Either a standard color name or R:G:B triplet

See Also