mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
Add support for other HEIF mimetype
This commit is contained in:
parent
474300f17e
commit
2e72fc0243
2 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ func TestDeterminateImageType(t *testing.T) {
|
|||
{"test.svg", SVG},
|
||||
{"test.jp2", MAGICK},
|
||||
{"test.heic", HEIF},
|
||||
{"test2.heic", HEIF},
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue