Class ExrFormat
- Namespace
- SixLabors.ImageSharp.Formats.Exr
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the OpenExr format.
public sealed class ExrFormat : IImageFormat<ExrMetadata>, IImageFormat
- Inheritance
-
ExrFormat
- Implements
- Inherited Members
Properties
DefaultMimeType
Gets the default mime type that the image format uses
public string DefaultMimeType { get; }
Property Value
FileExtensions
Gets the file extensions this image format commonly uses.
public IEnumerable<string> FileExtensions { get; }
Property Value
Instance
Gets the current instance.
public static ExrFormat Instance { get; }
Property Value
MimeTypes
Gets all the mime types that have been used by this image format.
public IEnumerable<string> MimeTypes { get; }
Property Value
Name
Gets the name that describes this image format.
public string Name { get; }
Property Value
Methods
CreateDefaultFormatMetadata()
Creates a default instance of the format metadata.
public ExrMetadata CreateDefaultFormatMetadata()
Returns
- ExrMetadata
The ExrMetadata.