Add Text / Watermark
選択した角に画像へテキスト透かし/ラベルを描画します。
画像・OCRImageAddText
概要
選択した角に画像へテキスト透かし/ラベルを描画します。
Draw a text watermark/label onto an image at a chosen corner.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Image file | file | 必須 | Source image to process. 例: C:/temp/photo.png 変数に対応 | |
| Text | string | 必須 | 例: CONFIDENTIAL 変数に対応 | |
| Position | dropdownTop-left · Top-right · Bottom-left · Bottom-right · Center | 任意 | Bottom-right | |
| Font size (px) | number | 任意 | 32 | 例: 32 |
| Text color | string | 任意 | #FFFFFF | 例: #FFFFFF |
| Save to (blank = '<name>_text') | file | 任意 | 変数に対応 | |
| Store output path in | variable | 任意 | 例: outPath |