export_onion_skin
Export a selected frame with ghosted neighboring frames as onion skin. Control number of previous/next frames, ghost opacity, and upscale factor for PNG output.
Instructions
Export a frame with neighbouring frames ghosted behind it (onion skin).
Args:
frame: The in-focus frame (drawn fully opaque), 1-based.
previous, next: How many earlier/later frames to ghost.
ghost_opacity: Max opacity (0-255) of the nearest ghost; further frames fade.
scale: Integer upscaling factor for the output PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | ||
| frame | Yes | ||
| scale | No | ||
| output | Yes | ||
| filename | Yes | ||
| previous | No | ||
| ghost_opacity | No |