1g.ppmtopng(1) Grass User's Manual g.ppmtopng(1)
2
3
4
6 g.ppmtopng - Converts between PPM/PGM and PNG image formats.
7
9 general, display
10
12 g.ppmtopng
13 g.ppmtopng --help
14 g.ppmtopng input=name output=name [--overwrite] [--help] [--verbose]
15 [--quiet] [--ui]
16
17 Flags:
18 --overwrite
19 Allow output files to overwrite existing files
20
21 --help
22 Print usage summary
23
24 --verbose
25 Verbose module output
26
27 --quiet
28 Quiet module output
29
30 --ui
31 Force launching GUI dialog
32
33 Parameters:
34 input=name [required]
35 Name of input file
36
37 output=name [required]
38 Name for output file
39
41 g.ppmtopng isn’t meant for end users. It’s a utility to convert between
42 PPM/PGM and PNG image formats.
43
45 Glynn Clements
46
47 Last changed: $Date: 2013-01-15 17:46:35 +0100 (Tue, 15 Jan 2013) $
48
50 Available at: g.ppmtopng source code (history)
51
52 Main index | General index | Topics index | Keywords index | Graphical
53 index | Full index
54
55 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
56
57
58
59GRASS 7.6.0 g.ppmtopng(1)