tanrax / guetzli-recursively

Script in Python to convert all the jpeg of a folder recursively with Guetzli
MIT License
33 stars 4 forks source link

Add parameters to support CUDA or OpenCL #5

Open doterax opened 3 years ago

doterax commented 3 years ago

I have been continuing developing Guetzli with CUDA and OpenCL support. And it's cool to support this additional parameters in your project.

--c optimized CPU version --cuda use CUDA --opencl use OpenCL

https://github.com/doterax/guetzli-cuda-opencl

tanrax commented 3 years ago

If I perceive a demand to include it, I will gladly do so. And if there is a pull request, I will accept it. For the time being I will leave this issue open as a suggestion.