home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / manual / zpnn2bmp.xml < prev   
Encoding:
Extensible Markup Language  |  2008-02-03  |  1.5 KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  ScummC
  4.  Copyright (C) 2008  Alban Bedel
  5.  
  6.  This program is free software; you can redistribute it and/or
  7.  modify it under the terms of the GNU General Public License
  8.  as published by the Free Software Foundation; either version 2
  9.  of the License, or (at your option) any later version.
  10.  
  11.  This program is distributed in the hope that it will be useful,
  12.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  GNU General Public License for more details.
  15.  
  16.  You should have received a copy of the GNU General Public License
  17.  along with this program; if not, write to the Free Software
  18.  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  19. -->
  20. <?xml-stylesheet href="html.xslt" type="text/xsl"?>
  21. <man name="zpnn2bmp" long-name="ScummC's zplane converter">
  22.  
  23.   <description>
  24.     <cmd>zpnn2bmp</cmd> allow to convert ZPnn blocks from SCUMM games to
  25.     bmp files that can be used with <cmd>scc</cmd>.
  26.   </description>
  27.  
  28.   <command name="zpnn2bmp">
  29.     <param-group name="options">
  30.       <param name="o" arg="file.bmp" default="zplane.bmp">
  31.         Set the output filename.
  32.       </param>
  33.       <param name="w" arg="w" required="true">
  34.         Set the zplane width.
  35.       </param>
  36.       <param name="h" arg="h" required="true">
  37.         Set the zplane height.
  38.       </param>
  39.     </param-group>
  40.     <file name="file.zpnn" required="true"/>
  41.   </command>
  42.  
  43. </man>
  44.