How to convert .WSQ FingerPrint Image File to .BMP FIle in C#

LoneLone picture LoneLone · Jul 3, 2012 · Viewed 12.1k times · Source

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

Answer

devio picture devio · Jul 3, 2012

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.