[
https://issues.apache.org/jira/browse/TIKA-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16989467#comment-16989467
]
Christian commented on TIKA-2830:
---------------------------------
Seems like the heif detection is as complete as currently possible with
9311f895e8ba29fe28fca28558098353cf2400b0.
I guess this issue can be closed.
Do you need the additional metadata extraction for heif files that was added in
[https://github.com/apache/tika/pull/278/files] ? If not i can close that PR too
> Detect Media type of HEIF file correctly
> ----------------------------------------
>
> Key: TIKA-2830
> URL: https://issues.apache.org/jira/browse/TIKA-2830
> Project: Tika
> Issue Type: New Feature
> Components: detector
> Affects Versions: 1.20
> Reporter: Laurent Grangier
> Priority: Major
>
> When using the Tika Detector, the returned media type is "video/quicktime"
> but not "image/heif" as expected.
> {code:java}
> new Tika().detect(heifFile);
> {code}
> If I try with one example of the following page
> [https://nokiatech.github.io/heif/examples.html], I get the media type
> "video/quicktime". I expect to get the correct MIME-type of HEIF (image/heif).
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)