I’ve been toying with some scripts, just some simple bits and pieces that I put together for my own amusement.
- Ghost Images : Animation effect similar to onion skinning. The script will generate a new layer containing a number of ‘Ghosts’ of previous frames.
- Layer Transition : Generates a new layer with a simple transition effect between two existing layers.
- Load Palette From CSV : Load a palette from a CSV file with red, green, blue, alpha columns.
- Save Palette To CSV : Save current palette To CSV file with red, green, blue, alpha columns.
- Selected Pixel Count : Counts the number of pixels in an arbitrary shaped selection.
They’re up on github https://github.com/davebarkeruk/Aseprite_LUA_Scripts
Hopefully they maybe of use to someone.