We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could convert tons of image. But It suddenly stop working. It says
2021-08-14 01:46:37: Can't open input file 2021-08-14 01:46:37: guetzli_windows_x86-64.exe --verbose --quality 90 --nomemlimit 'C:**.jpg' 'C:**_guetzli.jpg' 2021-08-14 01:46:37: Finished with 1
How can I solve this? I need to use this program :(
The text was updated successfully, but these errors were encountered:
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.
But for now you can try to use this this wrapper for your task: https://github.com/tanrax/guetzli-recursively
Sorry, something went wrong.
@arty35 use the fd all directories from the current: fd -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg" current directory only: fd -d 1 -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg"
fd -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg"
fd -d 1 -e jpg -x guetzli --verbose --quality 90 --nomemlimit "{}" "{.}_guetzli.jpg"
No branches or pull requests
I could convert tons of image. But It suddenly stop working. It says
2021-08-14 01:46:37: Can't open input file
2021-08-14 01:46:37: guetzli_windows_x86-64.exe --verbose --quality 90 --nomemlimit 'C:**.jpg' 'C:**_guetzli.jpg'
2021-08-14 01:46:37: Finished with 1
How can I solve this? I need to use this program :(
The text was updated successfully, but these errors were encountered: