SaveOptions: { convertToFormat?: ImageFormatCode | ImageMimeType; fileName?: string; original?: boolean }

Options for saving an image.

Property

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

Property

The desired file name for the saved image.

Property

Indicates whether to retrieve the original version of the image.

Type declaration