Skip to content
Advertisement

How can I convert fingerprint jpg to WSQ use JMRTD WSQEncoder.encode

I’m using JMRTD library (https://github.com/E3V3A/JMRTD/tree/master/wsq_imageio) to encode jpg to WSQ. I set Bitmap by manually instead of decode from WSQ file.

JavaScript

Here is my original picture jpg:

enter image description here

And below is my result WSQ file:

enter image description here

How can I fix it. Many thanks!

Advertisement

Answer

I resolved this problem, here is my code for convert jpg, png to wsq format:

JavaScript

Hope help you @ Dan Ortega

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement