Continuous
published on 18/8/2025
This was made in Glitché App. Below you can find the settings I’ve applied on the original photo:
- Exposure: 15%
- Brightness: 20%
- Dithering Tones: 90%
- Dithering Scale: 10%
- Dithering Contrast: 5%
So, “dithering” is the process of adding a small amount of random noise to a signal, usually digital audio or images, to reduce the distortion caused by quantization errors that happen when reducing the bit depth or resolution of the data.
This added noise helps to randomize quantization errors, preventing them from creating harsh distortion or visible patterns like banding in images.
So the formula is, in this instance would be:
[(Applied settings) x (dither tones - dither scale)] x Contrast = Result
Meaning that this could be applied on a web application for random or controlled, image dithering. What do you think of this project?