home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / S1P_I2R.ZIP / IFF2RAW.NFO < prev    next >
Encoding:
Text File  |  1994-05-08  |  3.0 KB  |  62 lines

  1.  
  2.     ▄██████▄ ▄███     ▄██████▄ ▄██████▄ ▄██████▄ ███▄ ▄██████▄ ▄██████▄ ███▄
  3.     ████████ ████ ██▄ ████ ███ ████ ███ ████ ███ ████ ████████ ████ ███ ████
  4.     ████     ████ ███ ████ ███ ████ ███ ████ ███ ▀███ ████     ████ ▀▀▀ ████
  5.     ▀██████▄ ████ ███ ████ ██▀ ████ ███ ████ ██▀    ▄ ▀██████▄ ████     ████
  6.     ▄▄▄▄ ███ ████ ███ ████     ███████▌ ████     ████ ▄▄▄▄ ███ █████    ████
  7.     ████ ███ ████ ███ ████     ████     ████     ████ ████ ███ ████     ████
  8.     ████████ ████████ ████     ████     ████     ████ ████████ ████ ███
  9.     ████████ ████████ ████     ████     ████     ████ ████████ ████ ███ ███▄
  10.     ████████ ████████ ████     ████     ████     ████ ████████ ████████ ████
  11.     ▀██████▀ ▐██████▌ ▀███     ▀███     ▀███     ▀███ ▀██████▀ ███████▀ ▀███
  12.  
  13. ─┤────────────────────────── ───── PrOdUcTiOnS ── ─ ─ ─   ─    ─       ─     ─
  14.  
  15.                 ....PReSeNTS....
  16.  
  17.  
  18.                         I2R DOC
  19.    I2R is an abr. of IFF to RAW file converter. It is said to have usage in
  20. very easy and super fast conversion of the gfx files of an IFF*1 PBM*2  files 
  21. into their RAW form, with pallette in separate file. It does not convert
  22. ILBM*3, because PBM files are used by PC version of Deluxe Paint, and those
  23. ILBM ones can be converted into PBM easily. It also does not convert
  24. files diffrent to 320 * 200 * 256 [ mode 13h ].As an input, type in the name
  25. of PBM file to be converted. No second parameter, so it looks like this:
  26. I2R [.EXE] PBMNAME.LBM    - creates PBMNAME.RAW and pallette in PBMNAME.PAL
  27. for example when You type in:
  28. I2R UNREAL [case doesn't matter], converter will :
  29.         1. Check for PBM present in header
  30.         2. Create UNREAL.RAW
  31.         3. Create UNREAL.PAL
  32.         4. Check for 'BODY' and 'CMAP' hunks [just for test]
  33.         5. Show the file to screen
  34.         6. Save the palette to UNREAL.PAL
  35.         7. Save the picture as RAW to UNREAL.RAW
  36.         8. Write the report
  37.         9. Quit
  38.  It will create file , but not 'db ' like , only the RAW chars. Why? Of
  39. course I could write the possibility of writing to assembler, but when
  40. because,of any reason, You'd like to keep the file outside the EXE or 
  41. anything ,the form of assembler would be unwilling. And I think it may 
  42. find an usage not only in Assembler. For conversion from raw chars file
  43. into assembler acceptable, You can use my "CVT.EXE" or any like programm. 
  44.  I2R has been created in ASSEMBLER and ONLY in assembler, so it's kinda
  45. fast! If You'd like the program to be improved, write me a letter and
  46. tell me the thing, please. 
  47.  It's needs: 286 computer, MCGA / VGA display, 64768+ bytes free on drive.
  48. Raw takes 64000 [320*200 mode] and Palette takes 768 bytes.
  49.  I2R is freeware, so use it when You find it usable. If not, kill it.
  50.  
  51. In next version:    - checking for compression of PBM
  52.             - 640 * 480 * 16 also
  53.  
  54.  Notice that source code is included. I would be happy if anyone would find
  55. it usable. You can cut any sequence of the code and use it, source is just
  56. for it. 
  57.  
  58.  REGISTRATED NAMES
  59. *1. IFF=Interchange File Format, reg!
  60. *2. PBM=Packed BitMap, reg!
  61. *3. ILBM=InterLeaved BitMap, reg!
  62.