Implement AVIF decoding support
- Add github.com/gen2brain/avif dependency (CGO-free, WASM-based) - Update decode() to try AVIF after WebP - Add AVIF to SupportedInputFormats()
This commit is contained in:
1
go.mod
1
go.mod
@@ -57,6 +57,7 @@ require (
|
||||
github.com/fatih/color v1.16.0 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
||||
github.com/gen2brain/avif v0.4.4 // indirect
|
||||
github.com/gen2brain/webp v0.5.5 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
||||
github.com/go-logr/logr v1.4.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user