> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/dpi.md).

# dpi

## Details

**Attribute:** `dpi`

**Type:** `number`

**Supported values:** From `250` to `600`

**Default value:** `250`

## Morphology

```typescript
selphid.dpi = 250;
```

## Description

Target DPI resolution of the extracted images returned by `facephi-selphid-widget`.

***

## Example

```jsx
<facephi-selphid-widget
    dpi={300}
/>
```
