RDIB
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (→Specifications) | Dexvertbot  (Talk | contribs)  m (Change telparia.com samples link to template) | ||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
| |formattype=electronic | |formattype=electronic | ||
| |subcat=Graphics | |subcat=Graphics | ||
| − | |extensions={{ext|rdi}} | + | |extensions={{ext|rdi}}, {{ext|dib}} | 
| |released=≤1991 | |released=≤1991 | ||
| }} | }} | ||
| 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 == | ||
| + | * {{DexvertSamples|archive/riffRDIB}} | ||
| [[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] | ||
Latest revision as of 02:55, 28 December 2023
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 | 
[edit] Identification
Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'R' 'D' 'I' 'B'.
[edit] Specifications
- RDIB is defined in the RIFF specifications.

