FIMG is a float image file format.
File suffix: .fimg
Simple enough:
| Data format | Value |
|---|---|
32bit big endian integer |
File format major version |
32bit big endian integer |
File format minor version |
32bit big endian integer |
Image width in pixels |
32bit big endian integer |
Image height in pixels |
| Data format | Value |
|---|---|
32bit big endian float |
R value of RGB. Value range from 0.0 and up (no limit). |
32bit big endian float |
G value of RGB. Value range from 0.0 and up (no limit). |
32bit big endian float |
B value of RGB. Value range from 0.0 and up (no limit). |