Interface ISO39794DecodedImage

Decoded EF.DG2 datagroup (ISO/IEC 39794-5)

interface ISO39794DecodedImage {
    imageData: Uint8Array;
    imageType: ISO39794ImageType;
    sbh: SBH;
}

Properties

imageData: Uint8Array

Raw image data

Image Data Type

sbh: SBH

Standart Biometric Header. Described by ICAO 9303 p.10 section 4.7.2.1