Resize Image
画像を幅/高さに合わせてリサイズします。任意でアスペクト比を維持。
画像・OCRImageResize
概要
画像を幅/高さに合わせてリサイズします。任意でアスペクト比を維持。
Resize an image to a width/height, optionally keeping aspect ratio.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Image file | file | 必須 | Source image to process. 例: C:/temp/photo.png 変数に対応 | |
| Width (px) | number | 任意 | 例: 800 変数に対応 | |
| Height (px) | number | 任意 | 例: 600 変数に対応 | |
| Keep aspect ratio | boolean | 任意 | true | Fit within Width x Height without distortion. If only one of Width/Height is given, the other is computed. |
| Save to (blank = '<name>_resized') | file | 任意 | 変数に対応 | |
| Store output path in | variable | 任意 | 例: outPath |