×

Crop Image

iOS 14 +

Notes

Crops an Image to the specified parameters.

Syntax

cropImage(image: <#Variable (Optional)#>, position: <#Enumeration (WFImageCropPosition) (Optional)#>, height: <#Number (Allows Variables)#>, width: <#Number (Allows Variables)#>, x: <#Number (Allows Variables) (Optional)#>, y: <#Number (Allows Variables) (Optional)#>)

Example

cropImage(image: ShortcutInput, position: Center, height: 128, width: 128, x: , y: )