JcBernack / WinBioNET

Managed wrapper in C#/NET for the Windows Biometric Framework
MIT License
58 stars 14 forks source link

Can I use your WinBioNET convert image data to image? #5

Closed tsuiweiwei closed 8 years ago

tsuiweiwei commented 8 years ago

hi JcBernack I have a 0xFF3249..... data from customer database, they told me it's fingerprint image data and enrolled from bioApi 1.1 and WBF.

after long time search...finally I found you, wrapped wbf in C#, I just want to ask how to use your winbionet to converter image data to a image?

JcBernack commented 8 years ago

Hi @tsuiweiwei,

I don't know how you would use WBF to get an acutal image. Probably you will have to find out what format the image is stored in and parse it yourself, but I don't really know. The format may even be specific to the sensor used to create it.

This is just a wrapper, it won't help you with finding out what to do in the first place.

tsuiweiwei commented 8 years ago

@JcBernack Thanks for your reply, no more further questions.