KTX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|ktx}} |mimetypes={{mimetype|image/ktx}} |released=2010 }} '''KTX''' (Khronos Texture) is, according to i...") |
(archive.org links) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|ktx}} | |extensions={{ext|ktx}} | ||
|mimetypes={{mimetype|image/ktx}} | |mimetypes={{mimetype|image/ktx}} | ||
| + | |pronom={{PRONOM|fmt/970}} | ||
|released=2010 | |released=2010 | ||
}} | }} | ||
| Line 9: | 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/