Add Frame To GIF

Notes

Adds the given photo to a GIF as a frame.

Syntax

addFrameToGIF(photo: <#Variable#>, gif: <#Variable#>, delay: <#Double#>, autoSize: <#Boolean#>, width: <#Integer#>, height: <#Integer#>)

Example

addFrameToGIF(photo: Shortcut Input, gif: GIF, delay: 0.25, autoSize: false, width: 500, height: 500)