A web application that applies dithering algorithms to images to reduce file size while maintaining visual quality.
- Multiple dithering algorithms (Floyd-Steinberg, Ordered/Bayer, Atkinson)
- Various color palettes (B&W, RGB, Custom colors)
- Extreme compression options (resizing, contrast enhancement)
- Real-time before/after comparison
- File size statistics
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto start the development server - Run
npm run deployto deploy to GitHub Pages
MIT