ExifTagImagePlanarConfiguration Property

Gets the PlanarConfiguration EXIF tag.

Description: Indicates whether pixel components are recorded in a chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 (chunky) is assumed.
Id: 284 (0x011c)
Type: Short

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag PlanarConfiguration { get; }

Property Value

ExifTag

See Also