Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AVIF (0.02 sec)

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

      public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>.
       *
       * @since 33.5.0
       */
      public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
       *
       * @since 13.0
       */
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 02 01:46:40 UTC 2025
    - 48K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/AVIF">AVIF image format</a>.
       *
       * @since 33.5.0
       */
      public static final MediaType AVIF = createConstant(IMAGE_TYPE, "avif");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
       *
       * @since 13.0
       */
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 02 01:46:40 UTC 2025
    - 48K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.gif"/>
      </mime-type>
      <mime-type type="image/avif">
        <!-- According to https://github.com/libvips/libvips/pull/1657
          older avif used to use the the heif 'ftypmif1' as well -->
        <_comment>AV1 Image File</_comment>
        <acronym>AVIF</acronym>
        <tika:link>https://en.wikipedia.org/wiki/AV1#AV1_Image_File_Format_(AVIF)</tika:link>
        <magic priority="60">
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top