Pixelate effect
Applies a pixelation effect, by using a chain of two scale filters
If set, will pixelate a video
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
The pixelation width. This is the number of effective pixels wide. By default, 64
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 1 | false |
The pixelation width. This is the number of effective pixels tall. If not provided, this will be the pixelationwidth
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
Extension/Pixelate.RoughDraft.Extension.ps1 -Pixelate [[-PixelationWidth] <Int32>] [[-PixelationHeight] <Int32>] [<CommonParameters>]