Add support for other HEIF mimetype

This commit is contained in:
Paul van Santen 2019-12-24 10:41:21 +01:00
parent 474300f17e
commit 2e72fc0243
No known key found for this signature in database
GPG key ID: AD10F40CB69516B6
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@ func TestDeterminateImageType(t *testing.T) {
{"test.svg", SVG},
{"test.jp2", MAGICK},
{"test.heic", HEIF},
{"test2.heic", HEIF},
}
for _, file := range files {