ImageGear21.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFPlanarConfig Enumeration |
'Declaration Public Enum ImGearTIFFPlanarConfig Inherits System.Enum
'Usage Dim instance As ImGearTIFFPlanarConfig
public enum ImGearTIFFPlanarConfig : System.Enum
__value public enum ImGearTIFFPlanarConfig : public System.Enum
public enum class ImGearTIFFPlanarConfig : public System.Enum
Member | Value | Description |
---|---|---|
Chunky | 1 | Chunky format. The component values for each pixel are stored contiguously. |
Planar | 2 | Planar format. The components are stored in separate "component planes". |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearTIFFPlanarConfig