- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for AVIF (0.02 sec)
-
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) -
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) -
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: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)