Image Dithering Tool
墨水屏/电子纸 图像抖动工具
Writed by Zhang Hui From Good Display
The dithering algorithms work by
finding the nearest color from a predefined palette and distributing the
quantization error to neighboring pixels to produce a more visually pleasing
result.
抖动算法是通过从预定义的调色板中找到最近的颜色,并分布到
量化对相邻像素的误差,以产生更多的视觉效果
选择抖动模式
Image Dithering tool includes the following
functionalities:
Loading the image onto the canvas when an image file is uploaded.
Applying different dithering algorithms based on the selected option.
Providing predefined color palettes for different dithering options.
Implementing error diffusion dithering, Floyd-Steinberg dithering, Atkinson dithering, and blue noise dithering.
Providing a download button to save the dithered image.