You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/05/10 22:21:00 UTC

[jira] [Commented] (TIKA-2628) Add image/aces media-type detection

    [ https://issues.apache.org/jira/browse/TIKA-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471219#comment-16471219 ] 

Hudson commented on TIKA-2628:
------------------------------

SUCCESS: Integrated in Jenkins build Tika-trunk #1486 (See [https://builds.apache.org/job/Tika-trunk/1486/])
Mime magic for DPX and ACES, thanks to Andreas Meier (TIKA-2628 and (nick: [https://github.com/apache/tika/commit/ca3207c3b0dd408b32a07b70dcfef42aa4d0a9bd])
* (edit) CHANGES.txt
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml


> Add image/aces media-type detection
> -----------------------------------
>
>                 Key: TIKA-2628
>                 URL: https://issues.apache.org/jira/browse/TIKA-2628
>             Project: Tika
>          Issue Type: Improvement
>          Components: detector, mime
>    Affects Versions: 1.17
>            Reporter: Andreas Meier
>            Priority: Minor
>             Fix For: 2.0, 1.19
>
>
> The media-type image/aces is currently not implemented in tika-mimetypes.xml.
> Possible mime-detection for tika-mimetypes.xml:
> {code:xml}
>   <!-- http://www.iana.org/assignments/media-types/image/aces -->
>   <mime-type type="image/aces">
>     <_comment>ACES Image Container File</_comment>
>     <magic priority="50">
>       <match value="0x762F310102000000" type="string" offset="0"/>
>       <match value="0x762F310102040000" type="string" offset="0"/>
>     </magic>
>     <glob pattern="*.exr"/>
>   </mime-type> 
> {code}
> Testfiles can be found in several github projects.
> Example: [https://github.com/ampas/CTL/blob/master/unittest/ctlrender/bars_photoshop.exr|https://github.com/ampas/CTL/blob/master/unittest/ctlrender/bars_photoshop.exr]
> Regards
> Andreas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)