home *** CD-ROM | disk | FTP | other *** search
-
- ▄██████▄ ▄███ ▄██████▄ ▄██████▄ ▄██████▄ ███▄ ▄██████▄ ▄██████▄ ███▄
- ████████ ████ ██▄ ████ ███ ████ ███ ████ ███ ████ ████████ ████ ███ ████
- ████ ████ ███ ████ ███ ████ ███ ████ ███ ▀███ ████ ████ ▀▀▀ ████
- ▀██████▄ ████ ███ ████ ██▀ ████ ███ ████ ██▀ ▄ ▀██████▄ ████ ████
- ▄▄▄▄ ███ ████ ███ ████ ███████▌ ████ ████ ▄▄▄▄ ███ █████ ████
- ████ ███ ████ ███ ████ ████ ████ ████ ████ ███ ████ ████
- ████████ ████████ ████ ████ ████ ████ ████████ ████ ███
- ████████ ████████ ████ ████ ████ ████ ████████ ████ ███ ███▄
- ████████ ████████ ████ ████ ████ ████ ████████ ████████ ████
- ▀██████▀ ▐██████▌ ▀███ ▀███ ▀███ ▀███ ▀██████▀ ███████▀ ▀███
-
- ─┤────────────────────────── ───── PrOdUcTiOnS ── ─ ─ ─ ─ ─ ─ ─
-
- ....PReSeNTS....
-
-
- I2R DOC
- I2R is an abr. of IFF to RAW file converter. It is said to have usage in
- very easy and super fast conversion of the gfx files of an IFF*1 PBM*2 files
- into their RAW form, with pallette in separate file. It does not convert
- ILBM*3, because PBM files are used by PC version of Deluxe Paint, and those
- ILBM ones can be converted into PBM easily. It also does not convert
- files diffrent to 320 * 200 * 256 [ mode 13h ].As an input, type in the name
- of PBM file to be converted. No second parameter, so it looks like this:
- I2R [.EXE] PBMNAME.LBM - creates PBMNAME.RAW and pallette in PBMNAME.PAL
- for example when You type in:
- I2R UNREAL [case doesn't matter], converter will :
- 1. Check for PBM present in header
- 2. Create UNREAL.RAW
- 3. Create UNREAL.PAL
- 4. Check for 'BODY' and 'CMAP' hunks [just for test]
- 5. Show the file to screen
- 6. Save the palette to UNREAL.PAL
- 7. Save the picture as RAW to UNREAL.RAW
- 8. Write the report
- 9. Quit
- It will create file , but not 'db ' like , only the RAW chars. Why? Of
- course I could write the possibility of writing to assembler, but when
- because,of any reason, You'd like to keep the file outside the EXE or
- anything ,the form of assembler would be unwilling. And I think it may
- find an usage not only in Assembler. For conversion from raw chars file
- into assembler acceptable, You can use my "CVT.EXE" or any like programm.
- I2R has been created in ASSEMBLER and ONLY in assembler, so it's kinda
- fast! If You'd like the program to be improved, write me a letter and
- tell me the thing, please.
- It's needs: 286 computer, MCGA / VGA display, 64768+ bytes free on drive.
- Raw takes 64000 [320*200 mode] and Palette takes 768 bytes.
- I2R is freeware, so use it when You find it usable. If not, kill it.
-
- In next version: - checking for compression of PBM
- - 640 * 480 * 16 also
-
- Notice that source code is included. I would be happy if anyone would find
- it usable. You can cut any sequence of the code and use it, source is just
- for it.
-
- REGISTRATED NAMES
- *1. IFF=Interchange File Format, reg!
- *2. PBM=Packed BitMap, reg!
- *3. ILBM=InterLeaved BitMap, reg!
-