@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
24 lines (15 loc) • 740 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [SampleFormat](./devices.sampleformat.md)
## SampleFormat enum
A fingerprint sample format.
<b>Signature:</b>
```typescript
export declare enum SampleFormat
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Compressed | <code>3</code> | A compressed fingerprint image (e.q. JPEG2000, WSQ). |
| Intermediate | <code>2</code> | A fingerprint image encoded into an intermediate format. |
| PngImage | <code>5</code> | A Portable Network Graphics (PNG) format. |
| Raw | <code>1</code> | A raw fingerprint image (bitmap). |