Mark Callow

Results 58 issues of Mark Callow

browserleaks.com shows that Onion Browser leaks my actual time zone.

**Is your feature request related to a problem? Please describe.** I need a tool for viewing & editing .ktx2 textures including comparing images compressed with varying compression parameters. I need...

enhancement

**Describe the bug** The _Writing ImageIO Plugins_ section of the documentation does not describe how to register the plug-in at run time. **To Reproduce** Steps to reproduce the behavior: 1....

The simplest way is to take the output of the ASTC encoder and pass it through the ERT (Entropy Reduction Transform) in this repo: https://github.com/richgel999/bc7enc_rdo See this class: https://github.com/richgel999/bc7enc_rdo/blob/master/ert.h The...

enhancement
help wanted

Add test for the case that failed prior to the fix. Fixes #617.

We'd like to add a function to upload textures to Metal along the lines of ktxTexture_vkupload.

enhancement
help wanted

We'd like to add a function to upload textures to D3D along the lines of `ktxTexture_vkupload`.

enhancement
help wanted

We want to add BC7 encoding to the library with RDO (Rate-Distortion Optimization) to take better advantage of zstd supercompression. Rich Geldreich's open source Apache 2.0-licensed encoder at https://github.com/richgel999/bc7enc_rdo is...

enhancement
help wanted

I've had the following issues with the draft Windows installer: - [x] 1. The installer name has _Windows_ in it. It needs to indicate whether it is for 32- or...

bug
cmake-build

libktx needs to support depth and stencil formats. Currently - `vkloader.c` and `glloader.c` would not load these formats correctly. - `texture2.c` would allow some incorrect settings for these formats, e.g....