inspect_sprite
Analyze sprite pixel data from Pyxel image banks to verify quality, detect asymmetries, and report color usage for game development validation.
Instructions
Inspect sprite pixel data from a Pyxel image bank.
Reads pixel data, checks horizontal/vertical symmetry, and reports color usage. Use this to verify sprite quality and find asymmetries.
Args: script_path: Absolute path to the .py script to run. image: Image bank index, 0-2 (default: 0). x: X position in the image bank (default: 0). y: Y position in the image bank (default: 0). w: Width of the region to inspect (default: 8). h: Height of the region to inspect (default: 8). timeout: Maximum seconds to wait for the script (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | ||
| image | No | ||
| x | No | ||
| y | No | ||
| w | No | ||
| h | No | ||
| timeout | No |