×

Resize Image

iOS 14 +

Notes

Resizes an image to a certain height and width.

Syntax

resizeImage(image: <#Variable#>, height: <#Integer or Variable#>, width: <#Integer or Variable#>)

Example

resizeImage(image: Clipboard, height: 1024, width: 1024)