GRASS logo

NAME

g.cairocomp - Overlays multiple X Pixmaps

KEYWORDS

general, gui

SYNOPSIS

g.cairocomp
g.cairocomp help
g.cairocomp [-d] input=string[,string,...] output=string [visual=integer] [screen=integer] [opacity=float[,float,...]] width=integer height=integer [background=string] [--verbose] [--quiet]

Flags:

-d
Don't composite; just delete input Pixmaps
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=string[,string,...] [required]
Names of input files
output=string [required]
Name of 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
background=string
Background color

DESCRIPTION

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

AUTHOR

Glynn Clements

Last changed: $Date: 2011-09-29 12:18:47 -0700 (Thu, 29 Sep 2011) $


Main index - General index - Full index

© 2003-2012 GRASS Development Team