API Reference
Command
New-ImageGif
Creates an animated GIF from existing images.
Remarks
Creates an animated GIF from existing images.
Examples
Build a GIF from two images
New-ImageGif -Frames img1.png,img2.png -FilePath out.gif -FrameDelay 100
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageGif -FilePath <String> [-FrameDelay <Int32>] -Frames <String[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- FilePath String
- Output path for the GIF animation.
- FrameDelay Int32
- Delay between frames in milliseconds.
- Frames String[]
- Source image paths used as frames.