Table of Contents

Property EncodableExtensions

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

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; }

Property Value

IReadOnlyCollection<string>
Share