JKirchartz / Glitchy3bitdither

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

Refactor legacy code in source/glitches to leverage Jimp #3

Closed JKirchartz closed 6 years ago

JKirchartz commented 6 years ago

Currently a Jimp wrapper has been applied to existing Glitchy3bitDither functionality, ultimately it may be preferable in some instances (especially where Uint32Arrays aren't being used) to leverage Jimp's built-in scan function.

JKirchartz commented 6 years ago

Other than presets this appears to be complete, closing this issue and rolling out a new one to implement presets.