Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a way to convert a .wsq fingerprint image file to a bitmap image (bmp) file?

sample .wsq fingerprint image file is here

http://www.mediafire.com/download.php?qbwy76rmc666dbr

share|improve this question

2 Answers

I once had to use a utility called iwsq to extract bitmap from a wsq file. Unfortunately, it was binary only, the source was unknown, and there was no source code.

Searching for iwsq brought up this archive that you'd call as executable directly from c#.

There is also the FFPIS project on SourceForge. It has not been updated since 2004, but the links may provide more code.

WSQ Image Library is a WSQ-related SDK that comes with a price tag.

NIST also provides some download material and source code.

share|improve this answer

You can use JNBIS for Java or Wsq2Bmp for .NET

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.