diff options
author | pancake <nopcode.org> | 2010-11-18 16:32:00 +0100 |
---|---|---|
committer | pancake <nopcode.org> | 2010-11-18 16:32:00 +0100 |
commit | b0f69c8b6b6c73440c5fd29fccd618d0046b4640 (patch) | |
tree | f978e0ec3a525a6be3e26f8ebf7d30a061cd9f1c /man/logotool.1 | |
parent | dc4fd72133cd8988ffe087d7e320bee6c993c8ae (diff) | |
download | 0xFFFF-b0f69c8b6b6c73440c5fd29fccd618d0046b4640.tar.bz2 |
* Add manpages (thanks sre!)
Diffstat (limited to 'man/logotool.1')
-rw-r--r-- | man/logotool.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/man/logotool.1 b/man/logotool.1 new file mode 100644 index 0000000..f19d38b --- /dev/null +++ b/man/logotool.1 @@ -0,0 +1,41 @@ +.TH LOGOTOOL 1 "November 18, 2010" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +logotool \- FIASCO logo file tool +.SH SYNOPSIS +.B logotool +.RB [OPTION]... +.SH DESCRIPTION +Tool to compress, uncompress or watch FIASCO logo files. +.SH OPTIONS +.TP +.BI -u img +uncompress image to img.rgb +.TP +.BI -c img +compres a 24 bit rgb raw image to a 16(565) one +.TP +.BI -m img +show image using mplayer (dumps to <img>.yuv) +.TP +.BI -v img +view uncompressed image using the 'display' command from ImageMagick (in monochrome) +.TP +.BI -w +specify width (required for -v and -c) +.TP +.BI -a +force RGBA instead of RGB when compressing (use with -c) +.TP +.BI -h +specify height (required for -v and -c) +.TP +.BI -V +show version information and exit. +.SH SEE ALSO +.B 0xFFFF(1) +.SH AUTHOR +logotool was written by pancake and esteve. +.PP +This manual page was written by Sebastian Reichel <elektranox@gmail.com>, +for the Debian project (but may be used by others). |