Transform(トランスフォーム)¶
Transform is a swiss-army knife of image manipulation. It moves, rotates, and scales the images within a strip.
Options(オプション)¶
- Interpolation(補間)
- None(なし)
補間なし、最も近い隣接ピクセルを使用します。
- Bilinear(バイリニア)
隣接するピクセル間の単純な補間。
- Bicubic(バイキューブ)
最高品質の補間。
- Translation Unit
Control whether the input values are in Percent or Pixels.
- Position(位置)
Moves the input along the X and Y axis.
- Uniform Scale
Scale the input evenly along the X and Y axis.
- Scale(スケール)
Scale the image on the X and Y axis.
- Rotation(回転)
Rotates the input two-dimensionally along the Z axis.