Merge pull request #2 from laurentiuilie/add-support-for-heifs-file

Add support for heifs file
This commit is contained in:
Paul 2020-07-27 10:04:13 +02:00 committed by GitHub
commit 5a00c1aa34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

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 {