bcdec
bcdec copied to clipboard
Small header-only C library to decompress any BC compressed image
Hi iOrange. I'm thinking of using bcdec over at https://github.com/bluescan/tacentview. Would it be possible to put the version number at the top of the header as a define after the...
I'm having issues adding this to my C++ project. Here's the issues I'm running into: I have files `TextureConverter.h` and `TextureConverter.cpp`. Naturally, `TextureConverter.cpp` includes `TextureConverter.h`. I'm including `bcdec.h` in my...
In this function you interpolate between the two different gray values. I was checking the code, and it seems that your rounding is off. In the divide by 7 part,...
Fixes #12 Hi again! Although the discussion around #12 seems to have died down a bit, I decided to make a little PR to fix this issue by fixing the...
This PR adds an installable interface library to the existing CMake script. You can try it by running: ```shell cmake -B build cmake --build build --target install ``` After running...
Is there any benchmarking code available? I have some improvements I want to add, but it would be nice if there was some premade benchmark code to do some comparisons....