Back to Node List

Clip Apply Image

clip_apply_image

Applies transform tracks from an AnimationClip onto a rendered Image domain

Draft
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
画像
image
Image
Required
clip を適用する元の画像です
クリップ
clip
AnimationClip
適用する AnimationClip document です
時間
time
Float
評価時刻を上書きするオプション入力

Output Ports

NameTypeDescription
画像
image
Image
clip 適用後の画像です
概要
summary
Text
短い概要文字列です

技術詳細

v1 では PixelCanvas の selection transform 記録を、最終画像に対して nearest-neighbor で適用します。

ここで重要なのは、v1 の Clip Apply Image

  • PixelCanvasDocument 自体を編集するノードではない
  • render-domain の Image に対して適用する

という点です。

そのため、P07 v1 では次の用途を優先しています。

  • 記録した selection move を、そのまま再生確認する
  • downstream の合成・レンダーへ流す

逆に、layer 単位での非破壊再編集はこの段階ではまだ扱いません。

使用例

  1. PixelCanvas
  2. RecordTake
  3. KeyframeClip
  4. ClipApplyImage

接続:

  • RecordTake.layer -> KeyframeClip.layer
  • PixelCanvas.output -> ClipApplyImage.image
  • KeyframeClip.clip -> ClipApplyImage.clip
  • Float Input.output -> ClipApplyImage.time

これで Float Input を動かすと、selection transform の記録が画像へ再適用されます。

Back to Node List
Clip Apply Image — PixPipeline Node Reference