Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TIFF (0.66 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.crw"/>
      </mime-type>
    
      <mime-type type="image/x-canon-cr2">
        <_comment>Canon raw image, version 2, TIFF-based</_comment>
        <!-- basically tiff header with 'CR' at offset 8; major version is at offset 9, minor at 10/.
         priority must be higher than tiff -->
        <magic priority="60">
          <!-- MM.* = Big endian (M=Motorola) and 0x002a in big endian    -->
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * audio/x-wav=wav<br>
         * image/webp=webp<br>
         * image/bmp=bmp<br>
         * image/x-icon=ico<br>
         * image/x-icon=ico<br>
         * image/png=png<br>
         * image/svg+xml=svg<br>
         * image/tiff=tiff<br>
         * image/jpeg=jpg<br>
         *  */
        String INDEX_FILETYPE = "index.filetype";
    
        /** The key of the configuration. e.g. 100 */
        String INDEX_REINDEX_SIZE = "index.reindex.size";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top