draw_pixels
Draw pixels on an Aseprite canvas by specifying x, y coordinates and hex color codes for each pixel.
Instructions
Draw pixels on the canvas with specified colors.
Args: filename: Name of the Aseprite file to modify pixels: List of pixel data, each containing: {"x": int, "y": int, "color": str} where color is a hex code like "#FF0000"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| pixels | Yes |