other versions
- buster 7.6.0-1
- testing 7.8.5-1
- unstable 7.8.5-1
- experimental 7.8.6~rc2-1~exp1
ximgview(1grass) | Grass User's Manual | ximgview(1grass) |
NAME¶
ximgview - View BMP images from the PNG driver.KEYWORDS¶
display, graphics, raster, vector, visualizationSYNOPSIS¶
ximgviewximgview --help
ximgview image=name [percent=integer] [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- image=name [required]
-
Image file - percent=integer
-
Percentage of CPU time to use
Default: 10
DESCRIPTION¶
ximgview is a simple X11 image viewer for 32-bpp BMP images, as can be created with the PNG and cairo drivers. The display is continually refreshed.NOTES¶
The display driver must be configure to map the file, with GRASS_RENDER_FILE_MAPPED=TRUE. This ensures that the file will remain a constant size, rather than being truncated whenever it is updated.EXAMPLE¶
(bash shell syntax)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
SEE ALSO¶
PNG drivercairo driver
wximgview
AUTHOR¶
Glynn ClementsLast changed: $Date: 2014-10-27 18:15:56 +0100 (Mon, 27 Oct 2014) $
Main index | Topics index | Keywords index | Graphical index | Full index
© 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
GRASS 7.6.0 |