download_image
Download an image from Flow by media ID, optionally cropping to an exact size.
Instructions
Download an image that already exists in Flow by its media id, with optional cropping to an exact size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | cover | |
| size | No | Exact size, "WIDTHxHEIGHT" format. | |
| media_id | Yes | Media id, as returned by generate_image. | |
| out_file | Yes | Output path. The extension decides the format. |