Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-2628

Add image/aces media-type detection

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.17
    • 1.19, 2.0.0
    • detector, mime
    • None

    Description

      The media-type image/aces is currently not implemented in tika-mimetypes.xml.

      Possible mime-detection for tika-mimetypes.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> 
      

      Testfiles can be found in several github projects.
      Example: https://github.com/ampas/CTL/blob/master/unittest/ctlrender/bars_photoshop.exr

      Regards

      Andreas

      Attachments

        Activity

          People

            Unassigned Unassigned
            AndreasMeier Andreas Meier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: