×

Crop Image

iOS 14 +

Notes

Crops an Image to the specified parameters.

Syntax

cropImage(image: <#Variable#>, position: <#Enumeration (WFImageCropPosition)#>, height: <#Integer or Variable#>, width: <#Integer or Variable#>, x: <#Integer or Variable#>, y: <#Integer or Variable#>)

Example

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