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