-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KTX2 uncompressed textures support #47
Comments
@jsorel Thanks for bringing it up. You're absolutely right, that would indeed be helpful. The only reason it's not supported at the moment is that the MVP initially aimed for BasisU decompression support (only). Truth be told, I'm quite busy on glTF work (where non-compressed KTX files are not a thing yet), so if any volunteer would offer help with support for uncompressed, I'd be very grateful. |
Thanks for the fast answer. I understand your situation, (I made both a GLTF-1 and GLTF-2/GLB reader/writer plus conversion to a 3d API in Java). I can't help much because I don't know anything about Unity or C# ... BUT I've been working with KTX-Software libktx for the last two weeks and figured out how to read/write and convert them to java API so I can give you the steps with libKTX at least and the matching GL format and GL internalformat. If you could write juste one case then I believe it would be possible for me to write the others and send a merge request. Here are the steps in pseudo-code :
|
Hello,
Having compression support is nice but all compressions are lossy and sometimes we need the exact values.
I noticed you skip all uncompressed texture.
Would it be possible to support a few uncompressed format for stuff not SRGB-like who require no data-loss ?
The text was updated successfully, but these errors were encountered: