Handbook
Glossary
read-os2v2-header-data ( os2v2-header -- os2v2-header )
Vocabulary
images
.
bitmap
Inputs
os2v2-header
an
object
Outputs
os2v2-header
an
object
Definition
USING:
accessors
math.bitwise
;
IN:
images.bitmap
:
read-os2v2-header-data
( os2v2-header -- os2v2-header )
read4
>>width
read4
32
>signed
>>height
read2
>>planes
read2
>>bit-count
read4
>>compression
read4
>>image-size
read4
>>x-resolution
read4
>>y-resolution
read4
>>colors-used
read4
>>colors-important
read2
>>units
read2
>>reserved
read2
>>recording
read2
>>rendering
read4
>>size1
read4
>>size2
read4
>>color-encoding
read4
>>identifier
;