< Back

Add-PIPFilter

Sat Jan 18, 2020 6:50 pm

NAME Add-PIPFilter



SYNOPSIS

Applies a filter to the current image.





SYNTAX

Add-PIPFilter [-InputObject] <ImageFactory> [-Filter] <String> [<CommonParameters>]





DESCRIPTION

Applies a filter to the current image. Available filters are:



blackwhite

comic

lomograph

greyscale

polaroid

sepia

gotham

hisatch

losatch

invert





PARAMETERS

-InputObject <ImageFactory>

Specifies the objects to send down the pipeline. Enter a variable that contains the objects, or type a command

or

expression that gets the objects.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Filter <String>

The name of the filter to add to the image.



Required? true

Position? 2

Default value

Accept pipeline input? false

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-ImageStream Capture.png | Add-PIPFilter -Filter blackwhite















RELATED LINKS