×

Add Frame To GIF

iOS 14 +

Notes

Adds the given photo to a GIF as a frame.

Syntax

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

Example

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