Class QoiFormat
- Namespace
- SixLabors.ImageSharp.Formats.Qoi
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the qoi format.
public sealed class QoiFormat : IImageFormat<QoiMetadata>, IImageFormat
- Inheritance
-
QoiFormat
- Implements
- Inherited Members
Properties
DefaultMimeType
public string DefaultMimeType { get; }
Property Value
FileExtensions
public IEnumerable<string> FileExtensions { get; }
Property Value
Instance
Gets the shared instance.
public static QoiFormat Instance { get; }
Property Value
MimeTypes
public IEnumerable<string> MimeTypes { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
CreateDefaultFormatMetadata()
public QoiMetadata CreateDefaultFormatMetadata()