| 1 |
.\"
|
| 2 |
.\" Copyright (C) 2000 Ross Combs (ross@bnetd.org)
|
| 3 |
.\"
|
| 4 |
.\" This is free documentation; you can redistribute it and/or
|
| 5 |
.\" modify it under the terms of the GNU General Public License as
|
| 6 |
.\" published by the Free Software Foundation; either version 2 of
|
| 7 |
.\" the License, or (at your option) any later version.
|
| 8 |
.\"
|
| 9 |
.\" The GNU General Public License's references to "object code"
|
| 10 |
.\" and "executables" are to be interpreted as the output of any
|
| 11 |
.\" document formatting or typesetting system, including
|
| 12 |
.\" intermediate and printed output.
|
| 13 |
.\"
|
| 14 |
.\" This manual is distributed in the hope that it will be useful,
|
| 15 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
.\" GNU General Public License for more details.
|
| 18 |
.\"
|
| 19 |
.\" You should have received a copy of the GNU General Public
|
| 20 |
.\" License along with this manual; if not, write to the Free
|
| 21 |
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
|
| 22 |
.\" USA.
|
| 23 |
.\"
|
| 24 |
.TH BNIEXTRACT 1 "6 November, 2000" "BNETD" "BNETD User's Manual"
|
| 25 |
.SH NAME
|
| 26 |
bniextract \- extract a directory of Targa icon files from a Battle.net icon file
|
| 27 |
.SH SYNOPSIS
|
| 28 |
.B bniextract
|
| 29 |
[\fIoptions\fP]
|
| 30 |
[--]
|
| 31 |
\fIbnifile\fP
|
| 32 |
\fIoutputdir\fP
|
| 33 |
.SH DESCRIPTION
|
| 34 |
.B bniextract
|
| 35 |
is a simple program which will convert a single Battle.net icon file
|
| 36 |
into a directory with a text file named
|
| 37 |
.I bniindex.lst
|
| 38 |
and associated Targa image file.
|
| 39 |
If
|
| 40 |
.I bnifile
|
| 41 |
is specified as "-", the standard input will be used.
|
| 42 |
.SH OPTIONS
|
| 43 |
.TP
|
| 44 |
.B \-h --help --usage
|
| 45 |
Print usage information and exit.
|
| 46 |
.TP
|
| 47 |
.B \-v --version
|
| 48 |
Print its version number and exit.
|
| 49 |
.TP
|
| 50 |
.B --
|
| 51 |
Signal end of options. Any further arguments will be treated as filenames
|
| 52 |
even if they begin with a "-".
|
| 53 |
.SH NOTES
|
| 54 |
The current version is available with the bnetd distribution at:
|
| 55 |
.LP
|
| 56 |
.RS
|
| 57 |
.I http://www.bnetd.org/
|
| 58 |
.RE
|
| 59 |
.SH BUGS
|
| 60 |
The purpose of some of the fields in the BNI format are not known. Only
|
| 61 |
true-color formats are currently supported.
|
| 62 |
.SH "SEE ALSO"
|
| 63 |
.BR bnetd (1),
|
| 64 |
.BR bni2tga (1),
|
| 65 |
.BR bnibuild (1),
|
| 66 |
.BR bnilist (1),
|
| 67 |
.BR tgainfo (1)
|
| 68 |
.SH AUTHORS
|
| 69 |
.TP
|
| 70 |
Marco Ziech (\fImmz@gmx.net\fP) and
|
| 71 |
Ross Combs (\fIross@bnetd.org\fP)
|