Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 239 Bytes

resizeImage.md

File metadata and controls

11 lines (11 loc) · 239 Bytes

Resize Image

Notes

Resizes an image to a certain height and width.

Syntax

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

Example

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