tansy
tansy
You could fork, rename and modify it, so others would possibly know about it. Issue like this is going to be missed. Unless you don't want gh to know your...
> You might want to try disabling qoi's index op Don't know what you're taking about. I used fast and already available tools, that are, at least some, part of...
I will check it. One thing is apparent here - lz4, which you used there, is not good compressing qoi processed/compressed images. Only entropy coding, even simple, pure prefix/huffman is...
> Don't the compression functions in libwim already do this? Do they? ``` $ cat lzxa2.c #include #include #include "wimlib.h" int main() { char input[] = "Which witch is which?...
Got to the point where it compiles ``` $ cat lzxa3.c #include #include #include "wimlib.h" int main() { char input[] = "Which witch is which? Which witch is which?"; char...
> ./configure (...) --without-ntfs-3 That's the one I was missing. Still now get 0 result.
How about `unzip -l`? ``` $ echo Alice > Alice.txt $ zip Alice.zip Alice.txt adding: Alice.txt (stored 0%) $ zip -z Alice.zip enter new zip file comment (end with .):...
Do you mean file with comment?
octocat/Hello-World/.../master.zip: https://github.com/octocat/Hello-World/archive/refs/heads/master.zip user/hello-world/...release.zip: https://github.com/tansy/hello-world/archive/refs/tags/v1.0.zip And some generated by zip (attached). [zip-comments-x.zip](https://github.com/user-attachments/files/18539186/zip-comments-x.zip)
> Developer of density will look in Adaption of density code... Maybe he could fix the bug/s. in separate branch if main one got rusted.Wouldn't it be easier?