RDIB
From Just Solve the File Format Problem
(Difference between revisions)
(Added extension) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|rdi}}, {{ext| | + | |extensions={{ext|rdi}}, {{ext|dib}} |
|released=≤1991 | |released=≤1991 | ||
}} | }} |
Revision as of 15:49, 20 March 2021
RDIB (or RIFF DIB) is a raster image file format based on RIFF and BMP. There are two varieties: "simple RDIB", which is a standard BMP file in a RIFF container, and "extended RDIB", which is more complex.
Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'R' 'D' 'I' 'B'
.
Specifications
- RDIB is defined in the RIFF specifications.