add support for HEIFS file

This commit is contained in:
Laurentiu Ilie 2020-07-23 16:26:11 +02:00
parent 59eadaf8e9
commit c0553ce489

View file

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