dspace: add WebP and AVIF to bitstream format registry

WebP and AVIF are modern image formats that have been around for a
few years and have become increasingly widely supported.
This commit is contained in:
Alan Orth
2023-03-16 10:14:36 +03:00
parent 00313ad925
commit 3f8970048b

View File

@@ -800,4 +800,22 @@
<extension>mp3</extension>
</bitstream-type>
<bitstream-type>
<mimetype>image/webp</mimetype>
<short_description>WebP</short_description>
<description>WebP is a modern image format that provides superior lossless and lossy compression for images on the web.</description>
<support_level>1</support_level>
<internal>false</internal>
<extension>webp</extension>
</bitstream-type>
<bitstream-type>
<mimetype>image/avif</mimetype>
<short_description>AVIF</short_description>
<description>AV1 Image File Format (AVIF) is an open, royalty-free image file format specification for storing images or image sequences compressed with AV1 in the HEIF container format.</description>
<support_level>1</support_level>
<internal>false</internal>
<extension>avif</extension>
</bitstream-type>
</dspace-bitstream-types>