KTX
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(archive.org links) |
||
(One intermediate revision by one user not shown) | |||
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]; archived: https://web.archive.org/web/20200414231150/https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/ |
+ | * [http://github.khronos.org/KTX-Specification/ KTX™️ File Format Specification] (version 2.0); archived: https://web.archive.org/web/20191123013209/http://github.khronos.org/KTX-Specification/ | ||
== Sample files == | == Sample files == |
Latest revision as of 19:21, 13 February 2024
KTX (Khronos Texture) is, according to its documentation, "a format for storing textures for OpenGL and OpenGL ES applications."
Contents |
[edit] 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
".
[edit] Specifications
- KTX File Format Specification; archived: https://web.archive.org/web/20200414231150/https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
- KTX™️ File Format Specification (version 2.0); archived: https://web.archive.org/web/20191123013209/http://github.khronos.org/KTX-Specification/