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)