Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for heif (0.04 sec)

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

       */
      public static final MediaType WEBP = createConstant(IMAGE_TYPE, "webp");
    
      /**
       * <a href="https://www.iana.org/assignments/media-types/image/heif">HEIF image format</a>.
       *
       * @since 28.1
       */
      public static final MediaType HEIF = createConstant(IMAGE_TYPE, "heif");
    
      /**
       * <a href="https://tools.ietf.org/html/rfc3745">JP2K image format</a>.
       *
       * @since 28.1
       */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
Back to top