home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / video / render / dctvr3dl.rea < prev    next >
Text File  |  1992-11-11  |  2KB  |  50 lines

  1.                            REAL 3D Support Area
  2.  
  3. File: dctvr3dlib.LHA
  4. Size: 8405
  5. Type: Real 3D version 1.42 library
  6. Description: 
  7.  
  8. dctv_r3d.library
  9. ----------------
  10.  
  11. This library is for DCTV video system of Digital Creations, Inc.
  12.  
  13. This file contains documentation of some device dependent features
  14. of the library functions.
  15.  
  16. Before using dctv_r3d.library, copy the library and also dctv.library to your 
  17. libs: directory. Both libraries are included in this drawer.
  18.  
  19. Open screen
  20. -----------
  21. Sets image resolution to 640*512 (640*400 in NTSC) pixels.
  22.  
  23. Set modes -function
  24. -------------------
  25. There are currently four options available:
  26. - INTERLACE switches interlaced display on, doubling the resolution to
  27.   400/512 lines.
  28. - 4 PLANES selects four bitplane DCTV display depth instead of three planes. 
  29.   Three bitplanes may be more suitable for animation purposes, whereas
  30.   four planes can be used with still images.
  31. - OVERSCAN enlarges the DCTV display to maximal dimensions, 736 pixels 
  32.   horizontally and 292/584  (236/472 in NTSC) pixels vertically.
  33. - STORE 24B allocates RAM for full screen RGB storage, so that the image
  34.   is stored both in DCTV and in pixel accurate 24 bit format. This requires
  35.   maximally about 1.3 megabytes more memory, but enables saving of 24 bit 
  36.   TARGA and IFF ILBM images. 
  37.  
  38.  
  39. Image saving
  40. ------------
  41. If either TARGA or IFF 24 gadget is selected, then the DCTV image is saved 
  42. using true 24 bit format, provided that the STORE 24B option is activated.
  43. If neither gadget is selected, the image is saved as DCTV format IFF ILBM
  44. (3 or 4 bitplanes). This holds also when rendering animations with automatic
  45. frame saving (SINGLE-gadget deactivated).
  46.  
  47.  
  48. Submitted by: Bruce Brown - Genesis Digital Images
  49. Date of submission: 7 June 1992
  50.