JKirchartz / Glitchy3bitdither

client-side javascript image glitches
http://jkirchartz.com/Glitchy3bitdither
MIT License
44 stars 9 forks source link

Convert frontend JS to Node.js #2

Open JKirchartz opened 7 years ago

JKirchartz commented 7 years ago

This project initially operated solely in the browser, now I'm trying to make it command-line compatible and expose as many randomized parameters as possible as inputs!

This will allow other users and artists to achieve more consistent results, when desired. If inputs are not defined the randomized parameters should override null or undefined so as to maintain legacy behavior.

This update is applying the existing Glitchy3bitDither functions to Jimp, so it will eventually be possible to create an all-around image editing app.

Needed tasks: