An Image Dithering Processor made with Processing, that applies various dithering effects to images using the imageprocessing
library by Milchreis.
- Load any image via file selector
- Apply three different Bayer dithering patterns (2x2, 4x4, 8x8)
- Auto-resize window to fit image while maintaining aspect ratio
- Save processed images without UI elements
- Simple keyboard controls
- Processing 4+
- Milchreis Image Processing Library
-
Install Processing from processing.org
-
Install the Image Processing Library:
- Open Processing
- Go to
Sketch > Import Library > Add Library
- Search for "Image Processing". Install the library by Milchreis
-
Or, just install one of the binaries. :)
L
: Load a new image.←/→
: Switch between dithering effects (We ahve got 3).S
: Save current dithered image.ESC
: Close application.
Saved images will be named dither-PATTERN.png
where PATTERN indicates the dithering algorithm used (BAYER_2x2, BAYER_4x4, or BAYER_8x8).
MIT License - feel free to use and modify for your own projects.