Roman Ivanov created TIKA-2942:
----------------------------------
Summary: HEIC files are detected as "video/quicktime" media type
Key: TIKA-2942
URL: https://issues.apache.org/jira/browse/TIKA-2942
Project: Tika
Issue Type: Bug
Affects Versions: 1.22
Reporter: Roman Ivanov
HEIC files (image file from iPhones) are detected as "video/quicktime" media
type
{code}
$ identify -verbose ~/temp/IMG_2568.HEIC
Image: ~/temp/IMG_2568.HEIC
Format: HEIC (High Efficiency Image Format)
Mime type: image/x-heic
....
exif:LensMake: Apple
exif:LensModel: iPhone X back dual camera 4mm f/1.8
exif:LensSpecification: 4/1, 6/1, 9/5, 12/5
exif:Make: Apple
...
Version: ImageMagick 7.0.8-59 Q16 x86_64 2019-08-05 https://imagemagick.org
{code}
It would be good to be recognized as "image/x-heic".
--
This message was sent by Atlassian Jira
(v8.3.2#803003)