PVR Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 57: | Line 57: | ||
* [https://github.com/sizious/pvrx2png pvrx2png] | * [https://github.com/sizious/pvrx2png pvrx2png] | ||
* [https://github.com/nickworonekin/puyotools Puyo Tools (Texture > Viewer)] | * [https://github.com/nickworonekin/puyotools Puyo Tools (Texture > Viewer)] | ||
* [https://www.codeandweb.com/texturepacker Texture Packer] | |||
=== See Also === | === See Also === | ||
Revision as of 22:05, 5 July 2022
Back to index | Edit this page
PVR
- Format Type : Image
- Endian Order : Little Endian
- Signature : GBIX / PVRT / PVR
Format Specifications
// PVR file format // Sega Variant // 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 - palette (optional, only for VQ formats) x bytes - image data
Notes and Comments
- It's a PowerVR Image format. Standard variant starts with "PVR" signature.
- Sega variant ("PVRT signature) is a custom PowerVR image format designed originally for the Sega Dreamcast, but it's also used in some PC, Arcade and Xbox Classic games.
Games
List of games using this file format:
- Kodai Ouja Kyouryuu King - Mezame yo! Arata Naru Chikara / Dinosaur King (Arcade)
- Shenmue
- Shenmue II
- Sonic Adventure DX
QuickBMS Script
Not written yet.
Compatible Programs
- Adobe Photoshop + PVR plugin (pvrtex.8bi)
- GIMP + gimp-pvr-plugin
- PVRViewer
- PVRTexTool (only standard files, "PVR" signature)
- pvrx2png
- Puyo Tools (Texture > Viewer)
- Texture Packer
See Also
- PVR file format (wulinshu.com)
- PVR file format (fabiensanglard.net)
- PVR file format (Puyo Tools Github)
Gallery
-
PVRViewer
-
Puyo Tools (Texture Viewer)