Transforms images with multiple operations applied in sequence. Operations are applied in the order they appear in the list.
| Name | Type | Required | Description |
|---|---|---|---|
| encoding | ImageryEncodeFormat | Yes | |
| operations | List[ImageOperation] | Yes | The list of operations to apply to the image, in order. |
| type | Literal["image"] | Yes | None |