Float-ditherer Wiki
A dithering software based around floats
Status: Beta
Brought to you by:
davide-scarano
| Property | Description |
|---|---|
| Type | Binary pattern format |
| Extension | .fmi |
| Encoding | Little-endian |
| Purpose | Compact Uncompressed storage of float-based patterns (images) |
| Bytes | Description |
|---|---|
| Bytes 0–3 | int32: number of rows |
| Bytes 4–7 | int32: number of columns |
| Remaining | rows × cols float32 values |
| Property | Description |
|---|---|
| Storage | Row-major order |
| Access | patter {row}{column} |
| Value Type | IEEE 754 float (32-bit) |