Rich Geldreich

Results 82 comments of Rich Geldreich

Thank you, this looks very valuable. Have you tested these changes on a large amount of content to verify the output encoding hasn't changed? That's one of my primary concerns,...

Got it. Easy to do. On the list!

Hi Evan! Okay, I'll do what I can to reproduce this problem. I'm currently working on competitive delta compression (using LZHAM), so I'm in this codebase right now. On Sat,...

BC1 transparency isn't supported - it's rarely used. How important is it to you?

I doubt I'll ever support BC1 transparency unless somebody sponsors the work. So I'll leave this up as an enhancement with no ETA.

Hi - I didn't write this decoder. It's part of Android's testing framework. I suggest you try ARM's decoder in astc-encoder: https://github.com/ARM-software/astc-encoder If you can send me the .KTX or...

Thank you so much for the report! I've been encountering C/C++ compiler bugs with VC 2019, but I've been working around them. I don't test with VC2017.

I'll see if I can repo and add a workaround for VC 2017. Also my next big step on this project is adding OpenCL support for faster encoding (as time...