verify_tileset
Verify tile size and alignment by rendering a tileset with overlaid grids (RMXP 32px and content grid), outputting a preview PNG to confirm whether art is native 32px or needs resizing before registration.
Instructions
Render an asset with two overlaid grids — the RMXP 32px grid (red) and the detected content grid (cyan) — and write a preview PNG for multimodal review. If a tile motif fills a 2x2 block of red cells the art is 64px (too big); if red and cyan coincide it is native 32px. Returns the preview path, detected tile size, and an alignment verdict. Read the returned preview_png to confirm visually before registering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Integer upscale for legibility (1-4; default 2 for <=256px wide) | |
| outDir | No | Output directory for the preview PNG (default %TEMP%/rmxp-verify) | |
| filePath | Yes | Absolute path to the tileset PNG |