load_scene_image
Retrieve the scene image for a player's current story, automatically resizing and compressing to ensure file size does not exceed 1 MB.
Instructions
Return the image for the player's current story and scene. Resize and compress until data size <= 1MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | ||
| scene_id | Yes | ||
| max_width | No | ||
| max_height | No |