1QMT_RGB2PCT(1) QMT_RGB2PCT(1)
2
3
4
6 qmt_rgb2pct - a rgb2pct replacement that does not need python
7
8
10 qmt_rgb2pct [ -v | --version ] [ -h | --help ] [ -n | --ncolors <num‐
11 ber>] [ -p | --pct <filename>] [ -s | --sct <filename>] source traget
12
13
15 Convert GeoTiff files with RGB or RGBA color scheme into a dithered
16 GeoTiff with color table
17
18 Main features:
19 - Optional read external color table
20 - Optional save external color table
21 - Convert aplha band into a no data value
22
23
25 -h, --help
26 Displays this help.
27
28 -v, --version
29 Displays version information.
30
31 -n, --ncolors <number>
32 Number of colors. (default: 255)
33
34 -p, --pct <filename>
35 Input palette file for color table (*.vrt)
36
37 -s, --sct <filename>
38 Save color table to palette file (*.vrt)
39
40 source
41 Source file.
42
43 target
44 Target file.
45
47 https://bitbucket.org/maproom/qmapshack/wiki/DocMain
48
49
51 qmt_rgb2pct was written and is currently maintained by Oliver Eichler
52 <oliver.eichler@gmx.de>.
53
54
55
56 Jan 2018 QMT_RGB2PCT(1)