-
-
Notifications
You must be signed in to change notification settings - Fork 3
LimitPixel Extension
James Brundage edited this page Apr 24, 2022
·
1 revision
Limits Pixel values
Limits the pixel components values to the specified range [min, max].
Edit-Media -InputPath .\TestSource.gif -LimitPixel -LimitPixelMin 50 -LimitPixelMax 200If set, will limit pixels between a range of values.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Lower bound. Defaults to the lowest allowed value for the input.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 1 | false |
Upper bound. Defaults to the highest allowed value for the input.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | false |
Specify which planes will be processed. Defaults to all available.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
Extension/LimitPixel.RoughDraft.Extension.ps1 -LimitPixel [[-LimitPixelMin] <String>] [[-LimitPixelMax] <String>] [[-LimitPixelPlane] <String>] [<CommonParameters>]