Interface IImageFormat<TFormatMetadata>
Defines the contract for an image format containing metadata.
Inherited Members
Namespace: SixLabors.ImageSharp.Formats
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IImageFormat<out TFormatMetadata> : IImageFormat where TFormatMetadata : classType Parameters
| Name | Description | 
|---|---|
| TFormatMetadata | The type of format metadata. | 
Methods
| Improve this Doc View SourceCreateDefaultFormatMetadata()
Creates a default instance of the format metadata.
Declaration
TFormatMetadata CreateDefaultFormatMetadata()Returns
| Type | Description | 
|---|---|
| TFormatMetadata | The  |