# SaveOptions

## Content

# Type Alias: SaveOptions

```ts
type SaveOptions = object;
```

Options for saving an image.

## Properties

### convertToFormat?

```ts
optional convertToFormat: ImageFormatCode | ImageMimeType;
```

The target format code to convert the image to during saving.

***

### fileName?

```ts
optional fileName: string;
```

The desired file name for the saved image.

***

### original?

```ts
optional original: boolean;
```

Indicates whether to retrieve the original version of the image.
