Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Halftone (dither) picture filter #64

Open
prune998 opened this issue Jun 17, 2019 · 1 comment
Open

[Feature] Halftone (dither) picture filter #64

prune998 opened this issue Jun 17, 2019 · 1 comment

Comments

@prune998
Copy link

any chance to add an half-tone filter to produce images like :
image

I'm currently looking to see how to compute such images and may give it a try, but maybe you'll be faster than me to add it ?
https://en.wikipedia.org/wiki/Dither

Thanks

@makew0rld
Copy link

I've just uploaded my dithering library that I've been working on. The effect in your picture is called clustered-dot dithering and can be done in Go with my library.

https://github.com/makeworld-the-better-one/dither

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants