Resized webp images are dimmed a bit. Is there any way to avoid it?
Set quality to 100 if you want the same quality as original image.
image is still dimmed even with 100 quality
Maybe try the fill, fit or crop filters. Otherwise, wait for someone more experienced to answer you. Personally, using fill with quality 100 solved the blurriness for me.
Also check this if that doesn’t work.
If someone can confirm that proof of concept: Encode and Decode using the libwebp library via WASM by bep · Pull Request #14234 · gohugoio/hugo · GitHub fixes this, I may find motivation to get that properly done (the link is just a proof of concept and not ready for prime time). Note that my primary motivation is not “dimmed images”, but to get rid of Hugo’s extended build (which requires a host specific C/C++ chain, a pain to maintain).