Skip to content

Commit

Permalink
support heif format
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jan 13, 2024
1 parent 8cdc4cd commit e96fbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/scanner/media_type/media_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ var fileExtensions = map[string]MediaType{
".tiff": TypeTiff,
".bmp": TypeBmp,
".heic": TypeHeic,
".heif": TypeHeic,

// RAW formats
".dng": TypeDNG,
Expand Down

0 comments on commit e96fbd1

Please sign in to comment.