mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 13:38:16 -08:00
add test image for heifs
This commit is contained in:
parent
08f64c4145
commit
de597a00fa
2 changed files with 1 additions and 0 deletions
BIN
testdata/test3.heic
vendored
Normal file
BIN
testdata/test3.heic
vendored
Normal file
Binary file not shown.
|
|
@ -21,6 +21,7 @@ func TestDeterminateImageType(t *testing.T) {
|
|||
{"test.jp2", MAGICK},
|
||||
{"test.heic", HEIF},
|
||||
{"test2.heic", HEIF},
|
||||
{"test3.heic", HEIF},
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue