Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for crw (0.09 sec)

  1. guava/src/com/google/common/net/MediaType.java

       * Format</a> ({@code crw} files), a widely-used "raw image" format for cameras. It is found in
       * {@code /etc/mime.types}, e.g. in <a href=
       * "http://anonscm.debian.org/gitweb/?p=collab-maint/mime-support.git;a=blob;f=mime.types;hb=HEAD"
       * >Debian 3.48-1</a>.
       *
       * @since 15.0
       */
      public static final MediaType CRW = createConstant(IMAGE_TYPE, "x-canon-crw");
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="image/x-raw-canon">
        <!-- should we move this to: image/x-canon-crw ? -->
        <_comment>Canon raw image</_comment>
        <magic priority="50">
          <match value="\x49\x49\x1a\x00\x00\x00HEAPCCDR" type="string" offset="0"/>
        </magic>
        <glob pattern="*.crw"/>
      </mime-type>
    
      <mime-type type="image/x-canon-cr2">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top