]> git.draconx.ca Git - liblbx.git/blob - src/imgopts.opt
Trivial manual fixes.
[liblbx.git] / src / imgopts.opt
1 -i, --identify
2 Display details about the image file.
3
4 -d, --decode
5 Convert frames to another image format.
6
7 -v, --verbose
8 Display additional information on standard output.
9
10 -f, --file=FILE
11 Read image data from FILE instead of standard input.
12
13 -F, --format=FMT
14 When decoding, set the output format to FMT.  One of png,
15 pam, ppm or pbm.
16
17 --output-prefix=NAME
18 When decoding, output filenames will begin with NAME
19 instead of "out".
20
21 -n, --no-palette
22 Instead of performing palette lookups, the palette index
23 values for each pixel are used directly as grayscale level.
24
25 -p, --palette=FILE
26 Load FILE as the base image palette.
27
28 -O, --override=FILE
29 Load FILE as the override palette.
30
31 -V, --version
32 Print a version message and then exit.
33
34 -H, --help
35 Print a help message and then exit.