I am wondering besides Floyd–Steinberg dithering, any famous dithering algorithm exists?
I am wondering besides Floyd–Steinberg dithering, any famous dithering algorithm exists?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are some other error diffusion algorithms, the Wikipedia page on dithering gives a good list and images to compare the algorithms:
pixels. This results in very fine-grained dithering.
fewer visual artifacts. It is slower than Floyd–Steinberg dithering
because it distributes errors among 12 nearby pixels instead of 4
nearby pixels for Floyd–Steinberg.
Filter Lite is an algorithm by Sierra that is much simpler and faster than Floyd–Steinberg, while still yielding similar (according to Sierra, better) results.
Unfortunately, there are no details there, you’ll have to google for the algorithms to get further information about the diffusion tables etc.
I’ll try to edit and update the list and offer some links.EDIT: This text file (original links is dead) seems to have good explanations and diffusion tables for most of the listed algorithms.