mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
Merge pull request #2 from laurentiuilie/add-support-for-heifs-file
Add support for heifs file
This commit is contained in:
commit
5a00c1aa34
3 changed files with 6 additions and 0 deletions
|
|
@ -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