Lovell Fuller
Lovell Fuller
I had a quick look to see if any existing Actions might do something similar, but they all appear to merge/rebase an entire PR rather than allow control over specific...
> Ensure your package manager supports multi-platform installation: See https://sharp.pixelplumbing.com/install#cross-platform Did you see this section of the docs linked to in the error message? It also looks like you're using...
@Fizz-pop-bang Were you able to make any progress with this?
@majksner You mention upgrading/pinning sharp, but you probably don't need to do any of this as Next.js already includes sharp as one of its dependencies and performs its own bundling...
@Fizz-pop-bang Closing due to inactivity but please feel free to reopen with more details if further help is required.
Hi Eric, you've provided a great sample image here for comparing image codecs with all that fine, oblique line detail on the animal fur. The AVIF `quality` value (0-100 range,...
The default `quality` value of 50 was probably selected to match libheif's default `quality` value. https://github.com/strukturag/libheif/blob/0a627a33d69cb5e93860536e841d23c8100f8065/libheif/plugins/encoder_aom.cc#L260 There was some research carried out a couple of years ago using sharp and...
@eeeps Were you able to make any progress with this?
@eeeps I'm considering a change in the default AVIF "quality" as part of the next release. Is there anything else from your research that you think might help?
If you hadn't seen, libaom v3.12.0 has added a new ssimulacra2-based tuning method named `iq` ("image quality"). https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.0 I tried using this locally to compare `iq` against the default `ssim`...