You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Ordered dithering should be built in to this lib.
Describe the solution you'd like
The current ditherPatterns.nim that I've set up in the examples is pretty janky. It's not terrible to have something like this around for drawing with PD-native patterns, but there should also be methods for properly using ordered dithering.
Is your feature request related to a problem? Please describe.
Ordered dithering should be built in to this lib.
Describe the solution you'd like
The current
ditherPatterns.nim
that I've set up in the examples is pretty janky. It's not terrible to have something like this around for drawing with PD-native patterns, but there should also be methods for properly using ordered dithering.Describe alternatives you've considered
N/A
Additional context
See https://potch.me/demos/playdither/ (but probably not error-diffusion methods, at least to start)
The text was updated successfully, but these errors were encountered: