> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenshotType

Specifies the image format for screenshots.

## Definition

```graphql theme={null}
enum ScreenshotType {
  JPEG
  PNG
}
```

## Values

### `JPEG`

Joint Photographic Experts Group. A lossy image format suitable for photographs.

### `PNG`

Portable Network Graphics. A lossless image format suitable for graphics with sharp lines or transparency.
