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 / palcat.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-02-03  |  1.6 KB  |  48 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="palcat" long-name="ScummC's palette manipulation tool">
  22.  
  23.   <description>
  24.     <cmd>palcat</cmd> allow to create BMP files with a palette generated
  25.     by combining the palette from several other files.
  26.   </description>
  27.  
  28.   <command name="palcat">
  29.     <param-group name="options">
  30.       <param name="o" arg="output.bmp" required="true">
  31.         Set the output file name.
  32.       </param>
  33.       <param name="i" arg="input.bmp">
  34.         <short>Set the image to use for the picture.</short>
  35.         By default the first file is used. With this option another
  36.         file can be selected and the colors will be adjusted to match
  37.         the new palette.
  38.       </param>
  39.     </param-group>
  40.     <file name="input.bmp" required="true" repeat="true"/>
  41.   </command>
  42.  
  43.   <see-also>
  44.     <cmd>imgremap</cmd>, <cmd>imgsplit</cmd>
  45.   </see-also>
  46.  
  47. </man>
  48.