ExifTagImageRawImageDigest Property

Gets the RawImageDigest EXIF tag.

Description: This tag is an MD5 digest of the raw image data. All pixels in the image are processed in row-scan order. Each pixel is zero padded to 16 or 32 bits deep (16-bit for data less than or equal to 16 bits deep, 32-bit otherwise). The data for each pixel is processed in little-endian byte order.
Id: 50972 (0xc71c)
Type: Undefined

Definition

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

Property Value

ExifTag

See Also