resize_image
Resize an image to fit within specified width and height limits while preserving its original aspect ratio, using a local file path to output an adjusted version.
Instructions
Scale an image to fit within width x height (aspect ratio preserved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Max width in pixels | |
| height | Yes | Max height in pixels | |
| image_path | Yes | Local path to the image |