Page 1 of 1
Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Sun Feb 20, 2022 7:21 pm
by masterjp
The developer of FileOptimizer (
https://nikkhokkho.sourceforge.io/stati ... eOptimizer)
use a free guetzli jpeg encoder executable file with CPU/CUDA/OPEN CL hardware acceleration.
The benchmarks are amazing and the best of it - the program can detect your GPU and choose the fastest way to save a guetzli jpeg file.
You can replace the existing guetzli encoder exe of xnviewmp with this one.
Every user with or without compatible GPU can use it.
I think you need the paramter --c for auto detection of the hardware.
Website:
https://github.com/ianhuang-777/guetzli-cuda-opencl
Re: Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Sun Mar 13, 2022 6:08 am
by jgutierrez
masterjp wrote: Sun Feb 20, 2022 7:21 pm
The developer of FileOptimizer (
https://nikkhokkho.sourceforge.io/stati ... eOptimizer)
use a free guetzli jpeg encoder executable file with CPU/CUDA/OPEN CL hardware acceleration.
The benchmarks are amazing and the best of it - the program can detect your GPU and choose the fastest way to save a guetzli jpeg file.
You can replace the existing guetzli encoder exe of xnviewmp with this one.
Every user with or without compatible GPU can use it.
I think you need the paramter --c for auto detection of the hardware.
Website:
https://github.com/ianhuang-777/guetzli-cuda-opencl
Agree with the sujection, and thank you so much for using FileOptimizer.
Re: Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Sun Mar 13, 2022 6:10 am
by jgutierrez
Re: Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Tue Mar 15, 2022 4:38 pm
by masterjp
Thanks for your post.
I took the guetzli encoder link from the main FileOptimizer website, but I should be the old one.

Re: Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Thu Nov 23, 2023 10:25 am
by Tschens
I think the CUDA version will NOT work with XN_View by simply exchanging the exe file in the plugin folder, since the CUDA version needs the parameter --CUDA in order to work 20x faster. I dont see any option how to set this parameter in XN_View. It simply calls the exe file from the plugin folder without any parameter, and this means: standard (slow) mode.
Re: Fast Guetzli JPEG Encoder with CUDA/Open CL at github
Posted: Sat Nov 25, 2023 11:44 pm
by doterax
Tschens wrote: Thu Nov 23, 2023 10:25 am
I think the CUDA version will NOT work with XN_View by simply exchanging the exe file in the plugin folder, since the CUDA version needs the parameter --CUDA in order to work 20x faster. I dont see any option how to set this parameter in XN_View. It simply calls the exe file from the plugin folder without any parameter, and this means: standard (slow) mode.
We started working on this problem
here