home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / GIFology.README < prev    next >
Encoding:
Text File  |  1993-12-20  |  2.3 KB  |  74 lines

  1. Welcome to GIFology RELEASE 1.0,
  2. written by Georges CHAN,
  3. July 92.
  4.  
  5. The GIFology and GifDecode class library software were
  6. developped under NeXTStep 3.0 Pre-release 2.
  7.  
  8. The main purpose of this application is simply to demonstrate
  9. how to use the GifDecode class.
  10.  
  11. The following files are enclosed:
  12.  
  13.     README             -- this file
  14.     spec.rtf           -- spec sheet for GifDecode class method
  15.     REGISTER           -- info on how to register
  16.     test.list          -- partial list of some GIF files which have been
  17.                           used as test images.
  18.     how2use            -- explain how to incorporate the GifDecode class
  19.                               into user's application.
  20.  
  21. GifDecode class:
  22.     GifDecode.h        -- header file for GifDecode class lib
  23.     GifDecode.o        -- GifDecode class object file
  24.                               (compiled under NeXTstep 3.0 Pre-Released 2)
  25.                           may not work on 2.0!!!
  26.                           but if you have the source code then
  27.                   you do not have to worry!!
  28.  
  29. link demo object code:
  30.     Makefile.preamble  -- preamble for demo, so that compiler
  31.                               will link the GifDecode.o object file
  32.  
  33. GIFology application:
  34.  
  35.     GIFology.nib       \__  directories created by Project Builder.
  36.         English.lproj      /
  37.     PB.project        /
  38.  
  39.     PB.gdbinit          \
  40.     Makefile             -  app files generated by Interface Builder
  41.     gif.iconheader      /
  42.     gif_main.m         /
  43.  
  44.     Gif.[hm]           -- source codes of demo
  45.     gif.app            -- executable directory of the demo, again
  46.                       compiled under NeXTstep 3.0 Pre-Released 2.
  47.  
  48.  
  49.  
  50. BUG REPORT AND SUGGESTIONS ARE WELCOMED:
  51. e-mail:
  52. gchan@mik.uky.edu
  53.  
  54. US mail:
  55. Georges CHAN
  56. box 689
  57. University station,
  58. Lexington, KY 40506.
  59.  
  60.  
  61.  
  62. NOTE:
  63.       The author disclaims all warranties with regard to this
  64.       software, including all implied warranties or merchantability,
  65.       in no event shall the author be liable for any special,
  66.       indirect or consequential damages or any damages whatsoever
  67.       resulting from loss of use, data or profits, whether in an
  68.       action of contract, negligence or other tortuous action,
  69.       arising out of or in connection with the use of this software.
  70.  
  71.       GIF is the copyright property of CompuServe Inc.,
  72.       GIF (sm) is a service mark property of CompuServe Inc.
  73.  
  74.