All Projects → aquova → aseprite-scripts

aquova / aseprite-scripts

Licence: other
Some useful scripts for Aseprite

Programming Languages

lua
6591 projects

Labels

Projects that are alternatives of or similar to aseprite-scripts

aseprite-macos-buildsh
Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
Stars: ✭ 143 (+521.74%)
Mutual labels:  aseprite
pribambase
Paint pixelart textures in real time in Blender with Aseprite.
Stars: ✭ 129 (+460.87%)
Mutual labels:  aseprite
aseprite-studio-theme
A dark theme for Aseprite with depth.
Stars: ✭ 97 (+321.74%)
Mutual labels:  aseprite
Aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Stars: ✭ 14,832 (+64386.96%)
Mutual labels:  aseprite
aseprite-to-godot-variables
A Lua script to create arrays of colors and indexes of those colors from an Aseprite sprite to be used in Godot.
Stars: ✭ 19 (-17.39%)
Mutual labels:  aseprite
aseprite-scripts
some scripts of aseprite e.g. psd exporter
Stars: ✭ 43 (+86.96%)
Mutual labels:  aseprite
monogame-aseprite
MonoGame framework extension to import animations from Aseprite
Stars: ✭ 53 (+130.43%)
Mutual labels:  aseprite
AsepriteAddons
Lua scripts for Aseprite add-ons.
Stars: ✭ 45 (+95.65%)
Mutual labels:  aseprite

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-8 Dithering --

Converts the canvas to the Pico-8 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].