mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user