Property EncodableExtensions
EncodableExtensions
Gets every file extension of every image format the toolkit ENCODES, in canonical form (lowercase, dot-prefixed, sorted): the honest list of what Save(string, ImageEncoderOptions) writes. The toolkit decodes more than it encodes, so this is a subset of SupportedExtensions.
public static IReadOnlyCollection<string> EncodableExtensions { get; }