home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 May
/
Chip_2000-05_cd1.bin
/
sharewar
/
FFE
/
GRAPH.SWG
/
0012_PBM.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
831b
|
21 lines
--------I-PBM-G-----------------------------
The PBM files are image files, which were used at least by DMGraph, an
utility to insert new graphics into a DOOM WAD file. The image
dimensions seem to be stored in ASCII format delimited with CR/LF, after
that follows the raw binary image data.
OFFSET Count TYPE Description
0000h 1 char ID='P'
0001h 1 char Bitmap type :
'1' - PBM bitmap
'2' - PGM greymap
'3' - PPM pixmap
'4' - PBM raw bitmap
'5' - PGM raw greymap
'6' - PPM raw pixmap
EXTENSION:PBM,PGM,PPM
OCCURENCES:PC
PROGRAMS:DMGraph.EXE