Table of Contents

Class TiffFormat

Namespace
SixLabors.ImageSharp.Formats.Tiff
Assembly
SixLabors.ImageSharp.dll

Encapsulates the means to encode and decode Tiff images.

public sealed class TiffFormat : IImageFormat<TiffMetadata, TiffFrameMetadata>, IImageFormat<TiffMetadata>, IImageFormat
Inheritance
TiffFormat
Implements
Inherited Members

Properties

DefaultMimeType

Gets the default mimetype that the image format uses

public string DefaultMimeType { get; }

Property Value

string

FileExtensions

Gets the file extensions this image format commonly uses.

public IEnumerable<string> FileExtensions { get; }

Property Value

IEnumerable<string>

Instance

Gets the shared instance.

public static TiffFormat Instance { get; }

Property Value

TiffFormat

MimeTypes

Gets all the mimetypes that have been used by this image format.

public IEnumerable<string> MimeTypes { get; }

Property Value

IEnumerable<string>

Name

Gets the name that describes this image format.

public string Name { get; }

Property Value

string

Methods

CreateDefaultFormatFrameMetadata()

Creates a default instance of the format frame metadata.

public TiffFrameMetadata CreateDefaultFormatFrameMetadata()

Returns

TiffFrameMetadata

The TiffFrameMetadata.

CreateDefaultFormatMetadata()

Creates a default instance of the format metadata.

public TiffMetadata CreateDefaultFormatMetadata()

Returns

TiffMetadata

The TiffMetadata.