bni2tga.1
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  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 BNI2TGA 1 "6 November, 2000" "BNETD" "BNETD User's Manual"
  25. .SH NAME
  26. bni2tga - convert a Battle.net icon file to a Targa file
  27. .SH SYNOPSIS
  28. .B bni2tga
  29. [fIoptionsfP]
  30. [--]
  31. [fIbnifilefP [fItgafilefP]]
  32. .SH DESCRIPTION
  33. .B bni2tga
  34. is a simple program which will convert the icons in a Battle.net icon file
  35. into a TGA file with the icons arranged vertically.
  36. .LP
  37. The specific variant of TGA that is used will depend on the input file, but
  38. typically it will be a 28 pixel wide, true-color, 24bit, run-length encoded
  39. image with no attributes.
  40. .LP
  41. If
  42. .I bnifile
  43. is not specified or is specified as "-", the standard input will be used.
  44. If
  45. .I tgafile
  46. is not specified or is specified as "-", the standard output will be used.
  47. .SH OPTIONS
  48. .TP
  49. .B -h --help --usage
  50. Print usage information and exit.
  51. .TP
  52. .B -v --version
  53. Print its version number and exit.
  54. .TP
  55. .B --
  56. Signal end of options.  Any further arguments will be treated as filenames
  57. even if they begin with a "-".
  58. .SH NOTES
  59. The current version is available with the bnetd distribution at:
  60. .LP
  61. .RS
  62. .I http://www.bnetd.org/
  63. .RE
  64. .SH BUGS
  65. The purpose of some of the fields in the BNI format are not known.  Only
  66. true-color formats are currently supported.
  67. .SH "SEE ALSO"
  68. .BR bnetd (1),
  69. .BR bnibuild (1),
  70. .BR bniextract (1),
  71. .BR bnilist (1),
  72. .BR tgainfo (1)
  73. .SH AUTHORS
  74. .TP
  75. Marco Ziech (fImmz@gmx.netfP) and
  76. Ross Combs (fIross@bnetd.orgfP)