Table of Contents

ExifTag.Image.RawImageDigest Property

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

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

public static ExifTag RawImageDigest { get; }

Property Value

ExifTag