This is a script for Aseprite, a pixel art editor, that converts each layer of a sprite to an ASCII text file.
- Download the
layer2ASCII.lua
file. - Open Aseprite and navigate to
File > Scripts > Open Scripts Folder
. - Place the
layer2ASCII.lua
file in this folder.
- Open the sprite you want to convert to ASCII.
- Navigate to
File > Scripts > layer2ASCII
. - Wait for the script to finish running.
- For each layer in the sprite, there will be a corresponding text file in the same folder as the sprite.
Note that the script uses incremental symbols for each pixel. The output text files will contain the ASCII symbols corresponding to the colors in each layer of the sprite.
Enjoy!