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

View File

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