home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK2 / MULTI_04 / I2R.ZIP / README.DOC < prev    next >
Text File  |  1991-10-06  |  668b  |  23 lines

  1. PROGRAM                :                IFF2RAW.COM, IFF2RAW.ASM
  2.  
  3. PURPOSE                :                converts ILBM (DPAINT) 320 x 200, 256 color
  4.                                             pictures into RAW-data.
  5.                                             Two files will be created:
  6.                                             file.RAW :        RAW data (directly from a000h)
  7.                                             file.COL :        256 colors
  8.  
  9. AUTHOR                :                Darius Zendeh
  10.  
  11.  
  12.  
  13. PROGRAM                :                SHOWPIC.ASM
  14.                                             assemble the file with TASM from BORLAND
  15.  
  16. PURPOSE                :                showing RAW-picture. 2 files are needed:
  17.                                             file.RAW :        RAW data (directly from a000h)
  18.                                             file.COL :        256 colors
  19.                                             The "com"-file delivered awaits the file-names:
  20.                                             dario.raw and dario.col
  21.  
  22. AUTHOR                :                Darius Zendeh
  23.