mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 18:05:55 -07: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.jp2", MAGICK},
|
||||||
{"test.heic", HEIF},
|
{"test.heic", HEIF},
|
||||||
{"test2.heic", HEIF},
|
{"test2.heic", HEIF},
|
||||||
|
{"C001.heic", HEIF},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, file := range files {
|
for _, file := range files {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue