Skip to content

Commit

Permalink
fix withMultiThread (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdev-2020 authored Apr 26, 2024
1 parent 24b63c5 commit 8c8bd7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public WebpWriter withoutAlpha() {
}

public WebpWriter withMultiThread() {
return new WebpWriter(z, q, m, lossless, noAlpha, multiThread);
return new WebpWriter(z, q, m, lossless, noAlpha, true);
}

public WebpWriter withQ(int q) {
Expand Down

0 comments on commit 8c8bd7b

Please sign in to comment.