PVR Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 57: Line 57:
<gallery bordercolor="transparent" spacing="small" orientation="landscape">
<gallery bordercolor="transparent" spacing="small" orientation="landscape">
pvr_viewer.png|PVRViewer
pvr_viewer.png|PVRViewer
puyo_tools_pvr.png|Puyo Tools (Texture Viewer)
</gallery>
</gallery>
<br/><br>
<br/><br>

Revision as of 19:51, 5 July 2022

Back to index | Edit this page

PVR

  • Format Type : Image
  • Endian Order : Little Endian
  • Signature : GBIX / PVRT


Format Specifications

// GBIX chunk (optional)
4 bytes (char) - chunk signature // "GBIX"
4 bytes (uint32) - chunk size
x bytes - global indices


// PVRT chunk
4 bytes (char) - chunk signature // "PVRT"
4 bytes (uint32) - chunk size
1 byte (uint8) - pixel format  // e.g. 0x01 - RGB565
1 byte (uint8) - data format  // e.g. 0x04 - VQ + MipMap
2 bytes (uint16) - reserved
2 bytes (uint16) - image width
2 bytes (uint16) - image height
x bytes - image data

Notes and Comments

  • It's a custom PowerVR image format for the Sega Dreamcast and Xbox Classic.

Games

List of games using this file format:

  • Kodai Ouja Kyouryuu King/Dinosaur King (Arcade)
  • Shenmue
  • Shenmue II

QuickBMS Script

Not written yet.

Compatible Programs

See Also

Gallery