Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 625 Bytes

File metadata and controls

15 lines (10 loc) · 625 Bytes

ImageTransformation

Transforms images with multiple operations applied in sequence. Operations are applied in the order they appear in the list.

Properties

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

[Back to Model list] [Back to API list] [Back to README]