TIFF Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == TIFF == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifi...")
imported>Ikskoks
Line 11: Line 11:
<pre>
<pre>
// header
// header
2 bytes (char) - magic // "II" or "MM"
2 bytes (char) - endianess // "II" - little endian
                            // "MM" - big endian
2 bytes (uint16) - magic // "42"
 
</pre>
</pre>
</div>
</div>

Revision as of 15:45, 30 January 2021

Back to index | Edit this page

TIFF


Format Specifications

// header
2 bytes (char) - endianess  // "II" - little endian
                            // "MM" - big endian
2 bytes (uint16) - magic // "42"

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • IrfanView
  • GIMP