TIFF Image
Back to index | Edit this page
TIFF
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// header
2 bytes (char) - endianess // "II" - little endian
// "MM" - big endian
2 bytes (uint16) - magic // "42"
4 bytes (uint32) - offset of the first IFD (Image File Directory)
x bytes - padding
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs
- IrfanView
- GIMP
See Also