1wxpyimgview(1) GRASS GIS User's Manual wxpyimgview(1)
2
3
4
6 wxpyimgview - Views BMP images from the PNG driver.
7
9 display, graphics, raster
10
12 wxpyimgview
13 wxpyimgview --help
14 wxpyimgview image=name [percent=integer] [--help] [--verbose]
15 [--quiet] [--ui]
16
17 Flags:
18 --help
19 Print usage summary
20
21 --verbose
22 Verbose module output
23
24 --quiet
25 Quiet module output
26
27 --ui
28 Force launching GUI dialog
29
30 Parameters:
31 image=name [required]
32 Name of input image file
33
34 percent=integer
35 Percentage of CPU time to use
36 Default: 10
37
39 wxpyimgview is a simple wxWidgets image viewer for 32-bpp BMP images,
40 as can be created with the PNG and cairo drivers. The display is con‐
41 tinually refreshed.
42
44 The display driver must be configure to map the file, with GRASS_REN‐
45 DER_FILE_MAPPED=TRUE. This ensures that the file will remain a constant
46 size, rather than being truncated whenever it is updated.
47
49 PNG driver, cairo driver
50
52 Glynn Clements
53
54 Main index | Topics index | Keywords index | Graphical index | Full in‐
55 dex
56
57 © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
58
59
60
61GRASS 8.2.0 wxpyimgview(1)