Some useful scripts for the Aseprite art program
https://github.com/aquova/aseprite-scripts
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.
Converts the canvas to the Pico-8 or Picotron palette, using Floyd-Steinberg dithering to achieve a more accurate image.
This script asks for a single color and returns the HSV color compliment according to the color wheel.
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.
This script will give a range of shades brighter and darker than the color that is given, ranging from black up to white.
This script will draw a circle at the specified (X, Y) position at a specified radius, using the currently set foreground color.