
GIF2LSS	

  Utility for converting 16 color "simple" gif images
  to the fancy LSS encoding used by H.Peter Anvin's 
  SYSLINUX graphical splashscreen. 

HOME:
  http://www.13thfloor.at/Software

BUILD:

  tar xvzf gif2lss-<version>.tar.gz
  cd gif2lss-<version>
  make
 
INSTALLATION: 
 
  cp gif2lss /usr/local/bin/gif2lss
 
USAGE:

  gif2lss
  gif2lss <some-gif-file>.gif > <output>.lss
 
 
KNOWN BUGS and LIMITATIONS:

  *) does not handle interlaced gifs correctly
  *) does not handle several overlayed images correctly
  *) brutally cuts color range to 4 bits (16 colors)
  *) ...


COPYRIGHT:

  Copyright (C) 2001 Herbert Ptzl
  herbert@13thfloor.at
  
   if you think you should contact me, ask yourself again, 
   and, if your decision still stands, feel free to do so.
   
-------------------
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

