draw_pixels
Place colored pixels at specified coordinates on an Aseprite canvas using hex color codes.
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 |