BDB data type in BiometricSDKTest input files

Hi,

I’m looking at the data in the “BiometricSDKTest/inputs/face/*.xml” files and curious what format the data in the field is in. Initially I expected it to be a Base64 image, but that doesn’t see to be correct. The documentation points to the ISO/IEC 19794-5 face image standard; Is that format the data is presented in? If so, is there a converter between its datatype and any standard image format.

Thank you.

a) BDB Format type

Yes the Dataformat his ISO/IEC 19794-5-2011 with base64encoding

b)converter between its datatype and any standard image format.

GitHub - mosip/converters or GitHub - mosip/bio-utils

for face ISO/IEC 19794-5-2011 ISO data can be converted into JPEG or PNG in the current implementation… we can convert to other format too using the modules mentioned above.