×

Add Frame To GIF

iOS 14 +

Notes

Adds the given photo to a GIF as a frame.

Syntax

addFrameToGIF(photo: <#Variable#>, gif: <#Variable#>, delay: <#Number (Optional)#>, autoSize: <#Boolean (Optional)#>, width: <#Number (Allows Variables) (Optional)#>, height: <#Number (Allows Variables) (Optional)#>)

Example

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