mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
add support for HEIFS file
This commit is contained in:
parent
59eadaf8e9
commit
c0553ce489
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ func TestDeterminateImageType(t *testing.T) {
|
|||
{"test.jp2", MAGICK},
|
||||
{"test.heic", HEIF},
|
||||
{"test2.heic", HEIF},
|
||||
{"C001.heic", HEIF},
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue