Image To Automation(画像からオートメーション)

画像の明るさやチャンネル値を `AutomationCurve` 化

中級
Since P00

入力ポート

image(image)

読み取る画像

Image

出力ポート

curve(curve)

生成された制御カーブ

AutomationCurve

パラメータ

名前デフォルト説明
durationdurationParameterカーブの時間長
samplessamplesParameterカーブサンプル数
axisaxisParameterhorizontal / vertical
channelchannelParameterbrightness / alpha / red / green / blue
output_minoutput_minParameterカーブ値 0 の出力値
output_maxoutput_maxParameterカーブ値 1 の出力値

概要

画像の明るさやチャンネル値を AutomationCurve

入力と出力

  • image Image: 読み取る画像
  • curve AutomationCurve: 生成された制御カーブ

主なパラメータ

  • duration Parameter: カーブの時間長
  • samples Parameter: カーブサンプル数
  • axis Parameter: horizontal / vertical
  • channel Parameter: brightness / alpha / red / green / blue
  • output_min Parameter: カーブ値 0 の出力値
  • output_max Parameter: カーブ値 1 の出力値

使いどころ

画像からオートメーション は、画像の明るさやチャンネル値を AutomationCurve 化 ワークフロー内でこの処理を明示的なノードとして残したい場合に使います。

注意点

接続する入力の型とキャンバスサイズを確認しながら、プレビューで結果を確認してください。