export_frame
Export a single frame from an Aseprite file as a PNG, optionally scaled with nearest-neighbor interpolation for close inspection during pixel art creation.
Instructions
Export a single frame as a PNG, optionally scaled up.
Use this for visual feedback while drawing: export at scale 8-10 and open the PNG to inspect the result, then keep iterating.
Args: filename: Aseprite file to export frame_index: Frame index starting at 1 output_filename: Output PNG path scale: Integer nearest-neighbor scale factor (default 1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| frame_index | Yes | ||
| output_filename | Yes | ||
| scale | No |