Closed rohitghali closed 1 year ago
You can't, you can only set quality
effort and lossless
options, as per libheif docs https://pkg.go.dev/github.com/strukturag/libheif@v1.14.0/go/heif#EncodeFromImage.
You can see some comparisons with JPEG quality here https://www.industrialempathy.com/posts/avif-webp-quality-settings/.
Like in the image above. What's the effort option there?
There is no option. Libheif doesn't expose that option, everything is done with quality.
ok.
How do I set effort when converting files to avif?