-
Running build from latest git pull, behavior consistent with binary from current Ubuntu package
```
$ ~/gits/astc-encoder/Source/astcenc-native -dl sig1.astc /tmp/bla.png
Killed
```
Version is
…
-
### Description
ASTC & ETC1 textures generated with [ARM-software/astc-encoder](https://github.com/ARM-software/astc-encoder) and [etc2comp](https://github.com/google/etc2comp) are being rendered i…
-
### Godot version
4.03, 4.1
### System information
Linux Arch
### Issue description
The same for GCC and LLVM
![image](https://github.com/godotengine/godot/assets/5236855/9dde0d66-4…
-
1. When using ASTC with mask textures, i found that the edges of rgb color were significantly blocky because of the alpha translucency. i tried to use `-a 2` option but astcenc produced identical resu…
-
Hi,
I compressed an image using an older version of Compressonator (v2 series) to ASTC 8bpp highest quality (q=1.0), and got 40.737 REC 709 Y dB. I then upgraded to the latest version, compressed it …
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
10 months ago
-
The issue I encountered is that the following error occurred during compilation, and the compilation command is:
```
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -…
-
So I updated KTX-Software to a later release and it seems fmt as been added as a dependency to KTX-Software.
My issue is that I use KTX-Software as a submodule myself alongside fmt which makes my pro…
-
何も指定してないのでRGBA32になってそう
-
When I use astcenc to encode one pixel height of png file, I get wrong height of compressed texture,
For exalple, the original image resolution is 192x1, the result compress texture resolution is 19…