Property SupportedExtensions
SupportedExtensions
Gets every file extension of every image format the imaging runtime decodes,
in canonical form: lowercase, dot-prefixed, sorted, no duplicates (for example
".png", ".jpg", ".heic").
public static IReadOnlyCollection<string> SupportedExtensions { get; }