Some useful scripts for Aseprite
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-10 09:01:23 -05:00
color-compliment.lua Added color compliment and shade generator 2018-11-19 11:34:29 -06:00
draw-circle.lua Add circle drawing script 2021-07-31 16:44:27 -05:00
hue-generator.lua Created hue generator script 2018-11-07 15:10:15 -06:00
pico-dither.lua Update Picotron palette 2026-04-10 09:01:23 -05:00
README.md Add Picotron support to dithering script 2024-03-18 09:14:55 -05:00
shade-generator.lua Added color compliment and shade generator 2018-11-19 11:34:29 -06:00

Aseprite-Scripts

Some useful scripts for the Aseprite art program

https://github.com/aquova/aseprite-scripts

-- Installation --

To install, open the Scripts folder via File->Scripts->Open Scripts Folder. Simply move the files into that folder to install. Once there, scripts can be run via File->Scripts->SCRIPT NAME. You may need to use the 'Rescan Scripts Folder' option for them to show up.

-- Scripts --

-- Pico Dithering --

Converts the canvas to the Pico-8 or Picotron palette, using Floyd-Steinberg dithering to achieve a more accurate image.

-- Color Compliment --

This script asks for a single color and returns the HSV color compliment according to the color wheel.

-- Hue Generator --

This script asks for two colors and the number of intermediate colors you wish to generate. The script will then give a window with a range of colors between the two that were given.

-- Shade Generator --

This script will give a range of shades brighter and darker than the color that is given, ranging from black up to white.

-- Draw Circle --

This script will draw a circle at the specified (X, Y) position at a specified radius, using the currently set foreground color.