aquova / aseprite-scripts

Some useful scripts for Aseprite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Some useful scripts for Aseprite


Languages

Language:Lua 100.0%