A downloadable tool for Windows, macOS, and Linux

Download NowName your own price
for Aseprite v1.2.10-beta2+

custom lua scripts for the pixelart editor Aseprite

Current Scripts:
  • TwitterSafe
    • prevents Twitter from using jpg-compression on Pixelart
  • RandomColors
    • simply loops through the sprite and sets every pixel to a different color (RGB or Grayscale)
    • Useful for random color paletts or texture overlays

More will be added sooner or later. <3

Made by eL-Falso @TackRadGames

Download

Download NowName your own price

Click download now to get access to the following files:

Release v1.1 b181104 2 kB

Development log

Comments

Log in with itch.io to leave a comment.

(3 edits)

Thank you! I found the RandomColors script very useful but I needed to be able to choose the width/height of the color blocks.

I modified the script a bit allowing the user to choose the size in pixels of each bock and the distribution of the blocks between Noise (the current behaviour) and Stripes (both vertical and horizontal) I leave a link to the modified script below in case someone finds it useful.

Modified script

(PS: I hope the creator doesn't mind this and sorry for any bad practices in the code you find, it's my first time using LUA D:)

No problem :-) You are welcome <3
With these scripts, it has also been my first time using LUA so I don't think I'll find any 'bad practices' :D

(2 edits)

Nice additions! I needed this script but needed an intensity modifier so I added it: https://pastebin.com/raw/bSwydZSs!

Hope you find use for this and thanks to eL-Falso for the script!