ExifTagImageProfileHueSatMapDims Property

Gets the ProfileHueSatMapDims EXIF tag.

Description: This tag specifies the number of input samples in each dimension of the hue/saturation/value mapping tables. The data for these tables are stored in ProfileHueSatMapData1 and ProfileHueSatMapData2 tags. The most common case has ValueDivisions equal to 1, so only hue and saturation are used as inputs to the mapping table.
Id: 50937 (0xc6f9)
Type: Long

Definition

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

Property Value

ExifTag

See Also