home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / video / dctv / dctvlib.txt < prev    next >
Text File  |  1992-11-11  |  815b  |  36 lines

  1.  
  2. DCTV Library
  3. ============
  4.  
  5. Copyright (c) 1991, Digital Creations, Inc.
  6.  
  7. v1.31 - 8-Apr-91.
  8.  
  9.  
  10. This is the first release of dctv.library.  This library permits
  11. developers to convert 24-bit RGB data to DCTV display data directly.
  12.  
  13.  
  14. Contents
  15. --------
  16.  
  17. dctv.doc    - autodoc for dctv.library
  18. dctv.library    - the library
  19. dctv_lib.fd    - .FD file for dctv.library
  20. ReadMe        - this file
  21.  
  22. example
  23.     dctvgrad.c    - convert a 24-bit gradient to DCTV
  24.  
  25. include
  26.     clib/dctv_protos.h    - dctv.library function prototypes
  27.     libraries/dctv.h    - dctv.library main C include file
  28.     libraries/dctv.i    - dctv.library main assembly include file
  29.     pragma/dctv_lib.h    - dctv.library #pragmas for SAS/C
  30.               (compatible with Aztec C).
  31.  
  32. glue
  33.     dctv.lib    - glue library for use with Blink.  Compatible
  34.           with Manx LN when using the +l option.
  35.  
  36.