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

Add image/x-dpx 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/x-dpx is currently not implemented in tika-mimetypes.xml.

      Possible mime-detection for tika-mimetypes.xml:

       <mime-type type="image/x-dpx">
          <_comment>SMPTE Digital Picture Exchange Format, SMPTE DPX</_comment>
          <_comment>ANSI/SMPTE 268M-1994, SMPTE Standard for File Format for Digital</_comment>
          <_comment>Moving-Picture Exchange (DPX), v2.0, 29 December 2014</_comment>
          <magic priority="50">
            <match value="SDPX" type="string" offset="0" />
            <match value="XPDS" type="string" offset="0" />
          </magic>
          <glob pattern="*.dpx"/>
        </mime-type>
      

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

      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: