RDIB
From Just Solve the File Format Problem
(Difference between revisions)
(Added software and sample files) |
|||
Line 12: | Line 12: | ||
== Specifications == | == Specifications == | ||
* RDIB is defined in the [[RIFF#Specifications|RIFF specifications]]. | * RDIB is defined in the [[RIFF#Specifications|RIFF specifications]]. | ||
+ | |||
+ | == Software == | ||
+ | * {{Deark}} | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/archive/riffRDIB/ | ||
[[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] |
Revision as of 15:24, 17 December 2022
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.
Contents |
Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'R' 'D' 'I' 'B'
.
Specifications
- RDIB is defined in the RIFF specifications.