cesium-native/CesiumGltfReader/test/data/ktx2
Kevin Ring 72075c3a57 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
..
README.md Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
kota-automipmap.ktx2 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
kota-mipmaps.ktx2 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
kota-onelevel.ktx2 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
kota.jpg Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00

README.md

The original image, kota.jpg, is a photo taken by Kevin Ring and licensed under the same Apache 2.0 terms as the rest of cesium-native.

The other images were created using the toktx tool included in https://github.com/KhronosGroup/KTX-Software v4.2.0~11. They were created with the following commands:

Filename Command
kota-automipmap.ktx2 toktx --t2 --zcmp --encode uastc --automipmap kota-automipmap kota.jpg
kota-onelevel.ktx2 toktx --t2 --zcmp --encode uastc kota-onelevel kota.jpg
kota-mipmaps.ktx2 toktx --t2 --zcmp --encode uastc --genmipmap kota-mipmaps kota.jpg