Replies: 1 comment 3 replies
-
|
What are the left and right images? It is not clear because you have shown 2 different ktx commands. Note that the .jpg loader is not officially supported and does not support the full panoply of .jpg images. It is used by both |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am converting jpg or png to ktx2 which has been provided for my model to use, and the following problem occurs when I use compression

This is the command I used
ktx create --generate-mipmap --encode basis-lz --qlevel 255 --assign-tf srgb --assign-primaries bt709 --format R8G8B8_SRGB --threads 2 ./Map614327993.jpg ./Map614327993.ktx2
toktx --lower_left_maps_to_s0t0 --encode etc1s ./Map614327993.ktx2 ./Map614327993.jpg
There is a noticeable color difference, what do I need to fix this
jpgORktx2.zip
Beta Was this translation helpful? Give feedback.
All reactions