Enum PlanarConfiguration
Represents the recording format of pixel components.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum PlanarConfiguration : ushort
Fields
| Name | Description |
|---|---|
| ChunkyFormat | Pixels are recorded in chunky format. |
| PlanarFormat | Pixels are recorded in planar format. |