homeisfar / lofi-image-rasterizer

Lo-Fi Image Rasterizer
0 stars 1 forks source link

Limit error buildup in Floyd-Steinberg #7

Open homeisfar opened 7 years ago

homeisfar commented 7 years ago

This could potentially apply to other error-diffusion algorithms as well. This could possibly be due to rounding error as well. Regardless, when error builds up because a region's colors are similar, it spills over and creates dividing lines that can further spill over, giving an extremely incorrect output. The source image had either 6 or 7 colors only.

bad floyd-stein