add test image for heifs

This commit is contained in:
Laurentiu Ilie 2020-07-24 09:48:09 +02:00
parent 08f64c4145
commit de597a00fa
2 changed files with 1 additions and 0 deletions

BIN
testdata/test3.heic vendored Normal file

Binary file not shown.

View file

@ -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 {