Version:
interface
ImageWriterParameters
Parameters for writing an image to disk
typescript
interface ImageWriterParametersProperties
| Name | Type | Description |
|---|---|---|
image | Image | The to write |
path | string | The file path to write the image to |
Was this page helpful?