On this page |
このノードは、任意の入力の平面からチャンネルを出力画像にコピーします。
いろいろなチャンネル操作の例を挙げます:
-
入力平面を出力平面へコピー。
-
輝度の計算により入力平面を出力コンポーネントへコピー。
-
すべてのコンポーネントを入力コンポーネントに置換して、その入力コンポーネントを出力平面へコピー。
-
出力平面をブラック、ホワイト、またはカスタムの色に設定。
入力平面はどの入力からでも取得することができます。 出力コンポーネントは、1度だけ書き込んでください。 平面やコンポーネントが2回以上書き込まれると、最後の操作のみが影響を及ぼします。
Masking ¶
This operation may be masked, which restricts the operation to an area of the image. The mask may be inverted, brightened or dimmed.
The mask input is on the side of the node. The label on the connector indicates the plane being used as a mask.
The mask input can also be scaled to fit the output image’s resolution, if they differ. If this node is changing constantly, and the mask is not, it is somewhat faster to put a Scale COP down to do the resize for the mask image. Otherwise, the scale will occur every time this node cooks.
パラメータ ¶
Channel Copy ¶
Copy Controls
ターゲット/ソースのペアのインスタンスをより多く作成するため、チャンネル操作がいくつでも1つのChannelCopyで処理することができます。
Target
書き込み先の出力平面です。
Source
ターゲット平面に書き込まれる画像データです。 ターゲットがコンポーネントで、ソースがカラーまたはベクトルの場合、2番目のメニューは、カラーをコンポーネントに変換する方法を決定します。
Color
ソースが単色の場合、これにより色を決定します。
Mask ¶
A mask can be chosen to limit the effect of the operator to areas defined by the mask. The mask can be taken from the mask input (side input) or from the first input itself.
Effect Amount
If no mask is present, this blends the output with the input by a constant amount (0 = all input, 1 = all output).
If a mask is present, this amount multiplies the mask.
Operation Mask
Selects the mask plane to use as a mask from the mask input. The mask can be selected from:
A mask can be a component of a plane or an entire plane. If a vector plane is supplied as a mask, its components are multiplied by the images' components.
Scalar Mask ('A', 'C.r')
C.r = I.r * M C.g = I.g * M C.b = I.b * M
Vector Mask ('C')
C.r = I.r * M.r C.g = I.g * M.g C.b = I.b * M.b
First Input
Useful for masking the operation to the image’s own alpha plane.
Mask Input
Selects the mask from the side mask input.
Off
Turns off masking, without requiring disconnection of the mask input (useful for temporarily disabling the mask).
Resize Mask to Fit Image
If the mask image is a different resolution than the output image, turning on this parameter will scale the mask to the output image’s resolution.
If this node is changing constantly, and the mask is not, it is somewhat faster to put a Scale COP down to do the resize for the mask image. Otherwise, the scale will occur every time this node cooks.
Invert Mask
Inverts the mask so that all fully 'masked' portions become unmasked. This saves you from inserting an Invert COP after the node with the mask.
ローカル変数 ¶
L
Sequence length
S
Start of sequence
E
End of sequence
IL
Input sequence length
SR
Sequence frame rate
NP
Number of planes in sequence
W,H
Width and height of image
I
Image index (0 at start frame)
IT
Image time (0 at start frame)
AI
Current plane array index
PI
Current plane index
PC
Num of channels in current plane
CXRES
Composite Project X resolution
CYRES
Composite Project Y resolution
CPIXA
Composite Project pixel aspect ratio
CDEPTH
Composite Project raster depth
CBP
Composite Project black point
CWP
Composite Project white point
Examples ¶
BasicUses Example for Channel Copy compositing node
このサンプルでは、Channel Copy COPを使って、入力画像のチャンネルを最終出力画像に適用する色々な方法を説明しています。
See also |