GRASS logo

NAME

g.cairocomp - Overlays multiple X Pixmaps

KEYWORDS

general

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,...]
Names of input files
output=string
Name of output file
visual=integer
Output Visual XID
screen=integer
Output screen
opacity=float[,float,...]
Layer opacities
width=integer
Image width
height=integer
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: 2008-08-15 07:16:42 +0100 (Fri, 15 Aug 2008) $


Main index - general index - Full index

© 2003-2011 GRASS Development Team