home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1786 / README < prev   
Encoding:
Text File  |  1990-12-28  |  1.3 KB  |  35 lines

  1. Here is igif, a program for displaying GIF images on SGI machines.
  2.  
  3. The new version has the following features:
  4.     - displays all images in a GIF file and multiple GIF files at once
  5.     - uses much less memory
  6.     - incremental refresh and displays images while loading
  7.     - can be made to stay in the foreground
  8.     - displays as much of the image as possible (for corrupt files)
  9.     - window label changes to indicate the GIF file displayed
  10.     - works on 8 bit displays and machines without lrectwrite automatically
  11.     - menu for selecting from multiple GIF files
  12.     - incremental reading of images for fast response
  13.  
  14. Igif is also available via anonymous ftp from cs.ubc.ca: /src/igif2.shar.Z.
  15.  
  16.  
  17. Copyright 1989,1990 by George Phillips
  18.  
  19. Permission to use, copy, modify, and distribute this software and its
  20. documentation for any purpose and without fee is hereby granted, provided
  21. that the above copyright notice appear in all copies and that both that
  22. copyright notice and this permission notice appear in supporting
  23. documentation.  This software is provided "as is" without express or
  24. implied warranty.
  25.  
  26. The GIF LZW decoder was written by someone else who's copyright notice
  27. is contained in decode.c.
  28.  
  29. The Floyd-Steinberg dithering code was based on ppmquant from Jef
  30. Poskanzer's PBM+ package.
  31.  
  32. George Phillips <phillips@cs.ubc.ca>
  33. Department of Computer Science
  34. University of British Columbia
  35.