Include AVIF extension for support images (#12415)

This commit is contained in:
ikelos 2024-08-22 15:04:50 +01:00 committed by GitHub
parent 9645955629
commit 5027e3cd53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,8 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
"astc",
"ktx",
"pkm",
"wbmp"
"wbmp",
"avif"
};
/// <inheritdoc />