Quality Dithering
efhiii.github.io·14h·
Discuss: Hacker News
Flag this post

This program includes several dithering algorithms, including some original ones. This suite is focused on accurate dithering over speed and as such its output is higher quality than most (if not all) other dithering apps.

The scoring metric is the most unique thing here. It uses a perception kernel to approximate psychovisual perception. All the algorithms on this page except Burkes and Pattern-Dithering use this metric to direct the dithering process.

Energy Dithering is a technique that uses a simulated annealing process to attempt to find a high-quality local minimal to the scoring function. It’s fairly slow, but the default values are tuned to work fairly well. You can adjust the settings in the Advanced Version.

Least Error First starts out assuming the image…

Similar Posts

Loading similar posts...