DaltonLens-Python
DaltonLens-Python copied to clipboard
how to daltonize with code?
hi! I notice there is no daltonize module/function in Python. am I missing something?
you're right! Looks like I never implemented it:
elif args.filter == 'daltonize':
raise NotImplementedError()
Shouldn't be hard, but can't guarantee that I'll find time to do it soon. Let me know if you'd like help to implement it yourself, it should not be very complicated. The relevant desktop code is here: https://github.com/DaltonLens/DaltonLens/blob/b37c33fe325a2a0ba9a31c3e28a83d17fe04c398/Dalton/Filters.cpp#L253