Skip to content

Histogram Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/Histogram.RoughDraft.Extension.ps1

Synopsis

Histogram Extension


Description

Compute and draw a color distribution histogram for the input video.


Related Links


Parameters

Histogram

If set, will display a video histogram

Type Requried Postion PipelineInput
[Switch] true named false

HistogramLevelHeight

Set height of level. Default value is 200. Allowed range is [50, 2048].

Type Requried Postion PipelineInput
[Int32] false 1 false

HistogramScaleHeight

Set height of color scale. Default value is 12. Allowed range is [0, 40].

Type Requried Postion PipelineInput
[Int32] false 2 false

HistogramDisplayMode

Set display mode. It accepts the following values:

'stack' Per color component graphs are placed below each other.

'parade' Per color component graphs are placed side by side.

'overlay' Presents information identical to that in the parade, except that the graphs representing color components are superimposed directly over one another.

Type Requried Postion PipelineInput
[String] false 3 false

HistogramLevelMode

Set mode. Can be either linear, or logarithmic. Default is linear.

Type Requried Postion PipelineInput
[String] false 4 false

HistogramComponent

Set what color components to display. Default is 7.

Type Requried Postion PipelineInput
[Int32] false 5 false

HistogramForegroundOpacity

Set foreground opacity. Default is 0.7.

Type Requried Postion PipelineInput
[Single] false 6 false

HistogramBackgroundOpacity

Set background opacity. Default is 0.5.

Type Requried Postion PipelineInput
[Single] false 7 false

HistogramColorMode

Type Requried Postion PipelineInput
[String] false 8 false

Syntax

Extension/Histogram.RoughDraft.Extension.ps1 -Histogram [[-HistogramLevelHeight] <Int32>] [[-HistogramScaleHeight] <Int32>] [[-HistogramDisplayMode] <String>] [[-HistogramLevelMode] <String>] [[-HistogramComponent] <Int32>] [[-HistogramForegroundOpacity] <Single>] [[-HistogramBackgroundOpacity] <Single>] [[-HistogramColorMode] <String>] [<CommonParameters>]

Clone this wiki locally