mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
adds test for avif metadata
This commit is contained in:
parent
5c3317d077
commit
ede6a2e5bc
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ func TestMetadata(t *testing.T) {
|
|||
{"test_icc_prophoto.jpg", "jpeg", 0, false, true, "srgb"},
|
||||
{"test.png", "png", 0, true, false, "srgb"},
|
||||
{"test.webp", "webp", 0, false, false, "srgb"},
|
||||
{"test.avif", "avif", 0, false, false, "srgb"},
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue