< Back

Get-PIPImage

Sat Jan 18, 2020 6:50 pm

NAME Get-PIPImage



SYNOPSIS

Load an Image file from disk.





SYNTAX

Get-PIPImage [-Path] <String> [<CommonParameters>]





DESCRIPTION

Load an Image file from disk in preparation for processing. Always call this function first.





PARAMETERS

-Path <String>

The absolute path to the image to load.



Required? true

Position? 1

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

ImageProcessor.ImageFactory





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



PS C:\\>Get-PIPImage -Path myphoto.jpeg













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>$images dir *.png | Get-PIPImage















RELATED LINKS