renforge_inspect_image
Opens a local image file and returns an optional cropped or zoomed PNG, enabling inspection of game screenshots and visual assets in Ren'Py projects.
Instructions
Open a local image and return an optional cropped/zoomed PNG for inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| crop_x | No | ||
| crop_y | No | ||
| crop_width | No | ||
| image_path | Yes | ||
| crop_height | No |