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 = 65536Alternative reduced-resolution version of another image in this TIFF file (see DNG specification).
FullImage = 0A full-resolution image.
MixedRasterContent = 8Mixed raster content (see RFC2301).
Preview = 1Reduced-resolution version of another image in this TIFF file.
SinglePage = 2A single page of a multi-page image.
TransparencyMask = 4A transparency mask for another image in this TIFF file.