home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / JPEGology.README < prev    next >
Encoding:
Text File  |  1992-10-08  |  1.7 KB  |  57 lines

  1. Welcome to JPEGology RELEASE 1.0 for NeXTstep OS 2.x/3.x,
  2. written by Georges CHAN,
  3.  
  4. September 92.
  5.  
  6. The main purpose of this application is simply to demonstrate
  7. how to use the JpegDecode class library.
  8.  
  9. The following files are enclosed:
  10.  
  11.     README             -- this file
  12.     COPYRIGHT          -- copyright of the software
  13.     spec.rtf           -- spec sheet for JpegDecode class method
  14.     REGISTER           -- info on how to register
  15.     how2use            -- explain how to incorporate the JpegDecode class
  16.                               into user's application.
  17.  
  18. JpegDecode class:
  19.     JpegDecode.h        -- header file for JpegDecode class lib
  20.     JpegDecode.a        -- library file of the JpegDecode class object
  21.                                files compiled under NS2.x
  22.  
  23. JPEGology application:
  24.     JPEGology.nib      \
  25.     IB.proj             \
  26.     Makefile             -  app files generated by Interface Builder
  27.     jpeg.iconheader     /
  28.     jpg_main.m         /
  29.  
  30.     Jpeg.[hm]          -- source codes of demo
  31.     jpg                -- executable file of the demo, again
  32.                       compiled under NeXTstep 2.2
  33.  
  34.  
  35.  
  36. BUG REPORT AND SUGGESTIONS ARE WELCOMED:
  37.  
  38. e-mail:
  39. gchan@mik.uky.edu
  40.  
  41. US mail:
  42. Georges CHAN
  43. box 689
  44. University station,
  45. Lexington, KY 40506.
  46.  
  47.  
  48.  
  49. NOTE:
  50.       The author disclaims all warranties with regard to this
  51.       software, including all implied warranties or merchantability,
  52.       in no event shall the author be liable for any special,
  53.       indirect or consequential damages or any damages whatsoever
  54.       resulting from loss of use, data or profits, whether in an
  55.       action of contract, negligence or other tortuous action,
  56.       arising out of or in connection with the use of this software.
  57.