Alex A Yermoshenko
Alex A Yermoshenko
Thank you for answer. I also share same doubts about this feature in leanify. I played with self writed cache that use leanify to process. But after severall experiments I...
I'm working on multicore leanifying using https://github.com/taskflow/taskflow library. Everything is working fine now, but I need more time to cleanup code and fix console outputs. Because mess in concole due...
Everything is merged. You can use it with `-p` option in command line. Fresh builds you can find in nightly builds section.
@TPS did you try nightly builds for parallel leanifying?
> @JayXon you can use external `oxipng` for very fast multi threaded PNG optimization: > > https://github.com/shssoichiro/oxipng Optipng and it's Rust's port oxipng use deflate as a compression algorithm. Leanify,...
You should use exact filename, because guetzli doesn't support wildcards. I continue supporting GPU accelerated guetzli in this fork: https://github.com/doterax/guetzli-cuda-opencl And I have plans to support wildcards in near future....
You can try my fork of guetzli (with GPU support), and I have already used VS19: https://github.com/doterax/guetzli-cuda-opencl
Please check this out, may be it will help: https://github.com/doterax/guetzli-cuda-opencl
Hi there. I have built Guetzli with CUDA for Windows. You can download binaries from [here](https://github.com/doterax/guetzli-cuda-opencl/releases).
I have unofficial fork of guetzly [here](https://github.com/doterax/guetzli-cuda-opencl), you can create issue there and I will add this support.