Mark Callow
Mark Callow
You cannot assume smaller file size on the server is better. You need to weigh all the tradeoffs. For example, If you use webp, those two 4k textures will end...
> In my case, the loading time into the GPU (the bus transfer) is negligible in comparison to what the download of 3 additional Megabytes can take over a mobile...
I'll see what I can do. It will take a couple of days at least.
Here is an example: [doxy_issue10311.zip](https://github.com/doxygen/doxygen/files/12728274/doxy_issue10311.zip) The description at the top of the included `test.c` says: ``` /** * @file test.c * * @brief Test file for Doxygen issue 10311. *...
Thank you very much for these fixes. Please add a GitHub Action to run the fuzzer. Then we can have continuous checks.
I've merged the test updates. Please update the CTS reference within this PR to the new HEAD commit in KTX-Software-CTS.
Thank you for your hard work on this.
> > I'm not familiar with GitHub Actions, however this libfuzzer based harness could be used for setting up the fuzzer. > > ``` > #include > > extern "C"...
@KOLANICH can you provide a Kaitai struct for .ktx2?
> Also: a pre-req for working on any format parser is a suite of files that Work is about to start that includes improving the test suite for KTX-Software. Something...