Search code examples
javafingerprintbiometricsiso-19794

Create image from ISO/IEC 19794-4 image data file


I am having a Bio metric finger print scanning device and we are able to read the data scanned by image. Now we have to make the image in accordace with the ISO compliance i.e. we have to add the Binary Data Interchange Record(BDIR) with the image data to follow the data record interchange format as specified in ISO/IEC 19794-4:2011.

UPDATE: I have an ISO/IEC 19794-4 image data file. I have to make image from the data. Now the data has the additional General header and Representation header information along with image data. How can I make image from this data. Should I just extract the image data from ISO/IEC 19794-4 image data and show it on screen?

OR

What is the proper way of creating and showing image from ISO/IEC 19794-4 image data file.

Thanks in advance


Solution

  • You can get inspiration from the source code of JMRTD. Especially the FingerImageInfo.java file.