< Back

ConvertTo-Gif

Sun Jan 12, 2020 8:53 pm

NAME ConvertTo-Gif



SYNOPSIS

Convert a set of images into a GIF





SYNTAX

ConvertTo-Gif -FilePath <String> [<CommonParameters>]





DESCRIPTION

Convert a set of images (png or jpeg) into a GIF to share with the world!





PARAMETERS

-FilePath <String>

Name and location to save the generated gif



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Name: ConvertTo-Gif

Author: Josh Rickard (MSAdministrator)

DateCreated: 07/07/2018



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>ConvertTo-Gif -FilePath "c:\\users\\msadministrator\\Desktop\\mynewgif.gif"















RELATED LINKS