More examples below
For all your online dithering needs.
- Dithering algorithms (Ordered, error-diffusing, and more)
- Video support
- Video recording support
- Colour palette
- Adaptive colour palette
- Palette extraction
- Pixel sorting
- (Real) glitching
- Convolve
- CRT emulation
- Brightness/contrast
- Bunch more other filters and features
ditherer-demo.mp4
kumiko.webm
kumiko3.webm
dither7.webm
- Cleanup (especially how realtime filtering is handled)
- More filters
- Better UI/UX
NODE_ENV=production yarn deploy
or
NODE_ENV=production yarn build:prod
yarn deploy:prebuilt
or
NODE_ENV=production yarn build:prod
git checkout gh-pages
rm commons.js index.html app.*.js
mv build/* .
git add .
git commit
git push origin gh-pages