You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Laurent Grangier (Jira)" <ji...@apache.org> on 2019/12/09 06:43:00 UTC

[jira] [Resolved] (TIKA-2830) Detect Media type of HEIF file correctly

     [ https://issues.apache.org/jira/browse/TIKA-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laurent Grangier resolved TIKA-2830.
------------------------------------
    Fix Version/s: 1.23
       Resolution: Duplicate

> 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
>             Fix For: 1.23
>
>
> 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)