Table of Contents

Property SupportedExtensions

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

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

Property Value

IReadOnlyCollection<string>
Share