[
https://issues.apache.org/jira/browse/TIKA-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Burch resolved TIKA-2942.
------------------------------
Fix Version/s: 1.23
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 1.23
>
>
> 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.4#803005)