ExifTagImageLinearizationTable Property

Gets the LinearizationTable EXIF tag.

Description: Describes a lookup table that maps stored values into linear values. This tag is typically used to increase compression ratios by storing the raw data in a non-linear, more visually uniform space with fewer total encoding levels. If SamplesPerPixel is not equal to one, this single table applies to all the samples for each pixel.
Id: 50712 (0xc618)
Type: Short

Definition

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

Property Value

ExifTag

See Also