]> git.draconx.ca Git - liblbx.git/blobdiff - src/imgopts.opt
Convert tools to use option generator script from dxcommon.
[liblbx.git] / src / imgopts.opt
diff --git a/src/imgopts.opt b/src/imgopts.opt
new file mode 100644 (file)
index 0000000..05fdb18
--- /dev/null
@@ -0,0 +1,35 @@
+-i, --identify
+Display details about the image file.
+
+-d, --decode
+Convert frames to another image format.
+
+-v, --verbose
+Display additional information on standard output.
+
+-f, --file=FILE
+Read image data from FILE instead of standard input.
+
+-F, --format=FMT
+When decoding, set the output format to FMT.  One of png,
+pam, ppm or pbm.
+
+--output-prefix=NAME
+When decoding, output filenames will begin with NAME
+instead of "out".
+
+-n, --no-palette
+Instead of performing palette lookups, the palette index
+values for each pixel are used directly as grayscale level.
+
+-p, --palette=FILE
+Load FILE as the base image palette.
+
+-O, --override=FILE
+Load FILE as the override palette.
+
+-V, --version
+Print a version message and then exit.
+
+-H, --help
+Print a help message and then exit.