Listen changes on .ase/.aseprite files in specific folder and export .png and .json to a target folder
Download aseprite_listener or clone:
git clone git@github.com:stephanngamedev/aseprite_listener.git
Go to aseprite_listener's folder and install dependencies:
cd /path/to/aseprite_listener
bundle install
Starting listener:
ruby aseprite_listener.rb \
-a /path/to/aseprite executable \
-p /path/you/want/listen \
-t /target/folder/to/png \
-d /target/folder/to/json \
-s 4 \
-i 1
Aseprite executable path.
If you installed Aseprite on Ubuntu via Steam:
~/.local/share/Steam/steamapps/common/Aseprite/aseprite
If you installed Aseprite on MacOS via Steam:
~/Library/Application\ Support/Steam/steamapps/common/Aseprite/Aseprite.app/Contents/MacOS/aseprite
Path to listen
Sprite sheet (.png) folder target
JSON data folder target
Scale factor
Add padding inside each frame
Listen to a specific type of file