Skip to content
New issue

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

WebpWriter multiThread always false? #289

Open
zoff99 opened this issue Apr 24, 2024 · 2 comments
Open

WebpWriter multiThread always false? #289

zoff99 opened this issue Apr 24, 2024 · 2 comments

Comments

@zoff99
Copy link

zoff99 commented Apr 24, 2024

return new WebpWriter(z, q, m, lossless, noAlpha, multiThread);

should that say:

return new WebpWriter(z, q, m, lossless, noAlpha, true);
@sksamuel
Copy link
Owner

Yes. Good catch.

@zoff99
Copy link
Author

zoff99 commented Apr 25, 2024

can you publish a fix release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants