Paul Allen created TIKA-4477:
--------------------------------

             Summary: DirectDrawSurface .dds tile type
                 Key: TIKA-4477
                 URL: https://issues.apache.org/jira/browse/TIKA-4477
             Project: Tika
          Issue Type: Improvement
          Components: tika-core
            Reporter: Paul Allen


Add Type mime detection for DirectDraw Surface .dds file type detection.

 

Currently I use a custom-mimetypes.xml with: 
{code:java}
<mime-type type="image/vnd-ms.dds">
    <_comment>Direct DrawSurface</_comment>
    <magic priority="50">
        <match value="DDS " type="string" offset="0"/>
    </magic>
    <glob pattern="*.dds"/>
</mime-type> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to