Enum TiffNewSubfileType
Enumeration representing the sub-file types defined by the Tiff file-format.
Namespace: SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly: SixLabors.ImageSharp.dll
Syntax
[Flags]
public enum TiffNewSubfileType : uint
Fields
Name | Description |
---|---|
AlternativePreview | Alternative reduced-resolution version of another image in this TIFF file (see DNG specification). |
FullImage | A full-resolution image. |
MixedRasterContent | Mixed raster content (see RFC2301). |
Preview | Reduced-resolution version of another image in this TIFF file. |
SinglePage | A single page of a multi-page image. |
TransparencyMask | A transparency mask for another image in this TIFF file. |