We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able decode image buffer with DXT1/DXT3/DXT5 format
My specific use case for this functionality is to be used in crn format which embeds dxt blocks, see https://github.com/clouds56/crnlib/blob/01da6060a51b30229d6f5a1969a83cfea9e6aa20/src/lib.rs#L384
More about crn format see here https://github.com/BinomialLLC/crunch
The text was updated successfully, but these errors were encountered:
The DXT codec used to be public, but was deprecated and removed in favor of recommending the (much better) texpresso crate instead.
Sorry, something went wrong.
No branches or pull requests
I would like to be able decode image buffer with DXT1/DXT3/DXT5 format
My specific use case for this functionality is to be used in crn format which embeds dxt blocks, see https://github.com/clouds56/crnlib/blob/01da6060a51b30229d6f5a1969a83cfea9e6aa20/src/lib.rs#L384
More about crn format see here https://github.com/BinomialLLC/crunch
The text was updated successfully, but these errors were encountered: