.TH ximgview 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBximgview\fR\fR \- View BMP images from the PNG driver. .SH KEYWORDS display, graphics, raster, vector, visualization .SH SYNOPSIS \fBximgview\fR .br \fBximgview \-\-help\fR .br \fBximgview\fR \fBimage\fR=\fIname\fR [\fBpercent\fR=\fIinteger\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBimage\fR=\fIname\fR \fB[required]\fR" 4m .br Image file .IP "\fBpercent\fR=\fIinteger\fR" 4m .br Percentage of CPU time to use .br Default: \fI10\fR .SH DESCRIPTION \fIximgview\fR is a simple X11 image viewer for 32\-bpp BMP images, as can be created with the \fIPNG\fR and \fIcairo\fR drivers. The display is continually refreshed. .SH NOTES The display driver must be configure to map the file, with \fIGRASS_RENDER_FILE_MAPPED=TRUE\fR. This ensures that the file will remain a constant size, rather than being truncated whenever it is updated. .SH EXAMPLE (bash shell syntax) .br .nf \fC export GRASS_RENDER_FILE=map.bmp export GRASS_RENDER_WIDTH=640 export GRASS_RENDER_HEIGHT=480 export GRASS_RENDER_IMMEDIATE=PNG export GRASS_RENDER_FILE_MAPPED=TRUE export GRASS_RENDER_FILE_READ=TRUE d.erase ximgview $GRASS_RENDER_FILE percent=50 & d.rast elevation.dem d.vect roads \fR .fi .SH SEE ALSO \fI PNG driver .br cairo driver .br wximgview \fR .SH AUTHOR Glynn Clements .PP Main index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual