Include AVIF extension for support images (#12415)
This commit is contained in:
parent
9645955629
commit
5027e3cd53
|
@ -102,7 +102,8 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
|
||||||
"astc",
|
"astc",
|
||||||
"ktx",
|
"ktx",
|
||||||
"pkm",
|
"pkm",
|
||||||
"wbmp"
|
"wbmp",
|
||||||
|
"avif"
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user