MLDF
From Just Solve the File Format Problem
(Difference between revisions)
| Line 3: | Line 3: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
| − | |extensions={{ext|mld}} | + | |extensions={{ext|mld}}, {{ext|cma}} |
}} | }} | ||
'''MLDF''' is a graphics format in an [[IFF]] file. It was used by the video game ''Mean Streets'', by Access Software. | '''MLDF''' is a graphics format in an [[IFF]] file. It was used by the video game ''Mean Streets'', by Access Software. | ||
| + | |||
| + | == Format details == | ||
| + | MLDF is similar to [[ILBM#PBM|IFF-PBM]]. | ||
| + | |||
| + | Some files contain a palette. Others contain a paletted image, but no palette. The palette must presumably be read from a separate .CMA file, but it's not obvious how to find the correct file. | ||
== Identification == | == Identification == | ||
| Line 11: | Line 16: | ||
They also tend to have <code>BMHD</code> chunks. | They also tend to have <code>BMHD</code> chunks. | ||
| + | |||
| + | == Software == | ||
| + | * {{DiscMasterLink|browse/2463/UGASpectrum.cdr/demo/meandemo.exe|Mean Streets Demo}} | ||
| + | * [https://snisurset.net/code/abydos/ abydos] (at least supports files with a palette) | ||
| + | * {{Deark}} (at least supports files with a palette) | ||
== Sample files == | == Sample files == | ||
* {{DexvertSamples|image/mldf}} | * {{DexvertSamples|image/mldf}} | ||
| + | * Example of a CMA file: [{{DiscMasterURL|browse/2463/UGASpectrum.cdr/demo/meandemo.exe/IMAGE.ZIP}}] | ||
Latest revision as of 15:23, 27 August 2026
MLDF is a graphics format in an IFF file. It was used by the video game Mean Streets, by Access Software.
Contents |
[edit] Format details
MLDF is similar to IFF-PBM.
Some files contain a palette. Others contain a paletted image, but no palette. The palette must presumably be read from a separate .CMA file, but it's not obvious how to find the correct file.
[edit] Identification
.mld files begin with 'F' 'O' 'R' 'M' ?? ?? ?? ?? 'M' 'L' 'D' 'F'.
They also tend to have BMHD chunks.
[edit] Software
- Mean Streets Demo
- abydos (at least supports files with a palette)
- Deark (at least supports files with a palette)
[edit] Sample files
- dexvert samples — image/mldf
- Example of a CMA file: [1]