Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AVIF (0.05 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 NEXT
       */
      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 Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 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 NEXT
       */
      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 Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
Back to top