[]
        
(Showing Draft Content)

SaveOptions

Type Alias: SaveOptions

type SaveOptions = object;

Options for saving an image.

Properties

convertToFormat?

optional convertToFormat: ImageFormatCode | ImageMimeType;

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


fileName?

optional fileName: string;

The desired file name for the saved image.


original?

optional original: boolean;

Indicates whether to retrieve the original version of the image.