WEBP image

From XentaxWiki
Revision as of 21:40, 16 June 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == WEBP == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...")
Jump to navigation Jump to search

Back to index | Edit this page

WEBP

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : RIFF


Format Specifications

// header
4 bytes (char) - signature // "RIFF"
4 bytes (uint32) - total file size

4 bytes (char) - chunk name // "WEBP"
4 bytes (char) - chunk type // "VP8X"

// TODO

Notes and Comments

None.

Games

List of games using this file format:

  • TODO

QuickBMS Script

Not written yet.

Compatible Programs

  • IrfanView