KTX
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
| Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
| − | KTX files begin with a 12-byte signature: {{magic|AB 4B 54 58 20 | + | KTX files begin with a 12-byte signature: {{magic|AB 4B 54 58 20 ?? ?? BB 0D 0A 1A 0A}}. |
| + | |||
| + | The "??" bytes are for a version number. Possible values include ASCII "{{magic|11}}" and "{{magic|20}}". | ||
== Specifications == | == Specifications == | ||
* [https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/ KTX File Format Specification] | * [https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/ KTX File Format Specification] | ||
| + | * [http://github.khronos.org/KTX-Specification/ KTX™️ File Format Specification] (version 2.0) | ||
== Sample files == | == Sample files == | ||
Revision as of 15:35, 30 August 2020
KTX (Khronos Texture) is, according to its documentation, "a format for storing textures for OpenGL and OpenGL ES applications."
Contents |
Identification
KTX files begin with a 12-byte signature: AB 4B 54 58 20 ?? ?? BB 0D 0A 1A 0A.
The "??" bytes are for a version number. Possible values include ASCII "11" and "20".
Specifications
- KTX File Format Specification
- KTX™️ File Format Specification (version 2.0)