scrimage icon indicating copy to clipboard operation
scrimage copied to clipboard

WebpWriter multiThread always false?

Open zoff99 opened this issue 1 year ago • 2 comments

https://github.com/sksamuel/scrimage/blob/24b63c52cdddbd02e7db70058a7d06c2cb99c457/scrimage-webp/src/main/java/com/sksamuel/scrimage/webp/WebpWriter.java#L70

should that say:

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

zoff99 avatar Apr 24 '24 18:04 zoff99

Yes. Good catch.

sksamuel avatar Apr 24 '24 18:04 sksamuel

can you publish a fix release?

zoff99 avatar Apr 25 '24 06:04 zoff99